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

Defines a type that can be queried. More...

#include <Queryable.hpp>

Concept definition

template<typename Q>
Defines a type that can be queried in a const context.
Definition Queryable.hpp:68
Defines a type that can be queried.
Defines a type that can be queried.
Definition Queryable.hpp:42
Defines a type that can be queried through a wrapper.
Definition Queryable.hpp:91

Detailed Description

Defines a type that can be queried.

Note
This concept is a combination of QueryableObject, ConstQueryableObject and QueryableWrapper.
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 134 of file Queryable.hpp.