ECSTASY
All in the name
Loading...
Searching...
No Matches
QueryableNeedAdjust.hpp File Reference

Defines a Queryable object type which has the adjustMask() implemented. More...

#include "Queryable.hpp"
Include dependency graph for QueryableNeedAdjust.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ecstasy::query::is_queryable_with_adjust< T >
 Checks if the given type match the QueryableNeedAdjust concept. More...
 
struct  ecstasy::query::is_queryable_with_adjust< T >
 Checks if the given type match the QueryableNeedAdjust concept. More...
 

Namespaces

namespace  ecstasy
 Namespace containing all symbols specific to ecstasy.
 
namespace  ecstasy::query
 Namespace regrouping the internal ecstasy query system.
 

Concepts

concept  ecstasy::query::QueryableObjectNeedAdjust
 Defines a Queryable object type which has the adjustMask() implemented.
 
concept  ecstasy::query::QueryableWrapperNeedAdjust
 Defines a Queryable wrapper type which has the adjustMask() implemented.
 
concept  ecstasy::query::QueryableNeedAdjust
 Defines a Queryable type which has the adjustMask() implemented.
 

Functions

template<typename T >
constexpr void ecstasy::query::adjustMask (T &queryable, size_t maxSize) noexcept
 Adjust the queryable mask if needed.
 
template<QueryableNeedAdjust Q>
constexpr void ecstasy::query::adjustMask (Q &queryable, size_t maxSize)
 Adjust the queryable mask if needed.
 

Variables

template<typename T >
static constexpr bool ecstasy::query::is_queryable_with_adjust_v = is_queryable_with_adjust<T>::value
 Helper for is_queryable_with_adjust.
 

Detailed Description

Defines a Queryable object type which has the adjustMask() implemented.

Author
Andréas Leroux (andre.nosp@m.as.l.nosp@m.eroux.nosp@m.@epi.nosp@m.tech..nosp@m.eu)
Version
1.0.0
Date
2022-10-25

Definition in file QueryableNeedAdjust.hpp.