ECSTASY
All in the name
Loading...
Searching...
No Matches
ecstasy::query::QueryableObjectNeedAdjust Concept Reference

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

#include <QueryableNeedAdjust.hpp>

Concept definition

template<typename Q>
concept ecstasy::query::QueryableObjectNeedAdjust = requires(Q &queryable, std::size_t maxSize) {
{ queryable.adjustMask(maxSize) } -> std::same_as<void>;
}
Defines a type that can be queried.
Definition Queryable.hpp:42
Defines a Queryable object type which has the adjustMask() implemented.

Detailed Description

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

Template Parameters
QEvaluated Type.
Author
Andréas Leroux (andre.nosp@m.as.l.nosp@m.eroux.nosp@m.@epi.nosp@m.tech..nosp@m.eu)
Since
1.0.0 (2022-10-25)

Definition at line 28 of file QueryableNeedAdjust.hpp.