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

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

#include <QueryableNeedAdjust.hpp>

Concept definition

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

Detailed Description

Defines a Queryable wrapper 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 (2024-04-03)

Definition at line 46 of file QueryableNeedAdjust.hpp.