ECSTASY
All in the name
Loading...
Searching...
No Matches
ecstasy::query::queryable_data< Q > Struct Template Reference

Get the query data type of a queryable object. More...

#include <Queryable.hpp>

Public Types

using type = typename Q::QueryData
 

Detailed Description

template<Queryable Q>
struct ecstasy::query::queryable_data< Q >

Get the query data type of a queryable object.

By default, this is the QueryData type of the QueryableObject. If Q is a const ConstQueryableObject, then the ConstQueryData type is returned. If Q is a QueryableWrapper, then the queryable_data is called on the wrapped type.

Template Parameters
QQueryable object.
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 151 of file Queryable.hpp.

Member Typedef Documentation

◆ type

template<Queryable Q>
using ecstasy::query::queryable_data< Q >::type = typename Q::QueryData

Definition at line 152 of file Queryable.hpp.


The documentation for this struct was generated from the following file: