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

Defines the queryable_type type trait. More...

Include dependency graph for queryable_type.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ecstasy::queryable_type< C >
 Try to get the type of a queryable associated to a type stored in the registry (component, storage, resource...). More...
 
struct  ecstasy::queryable_type< const Q >
 Try to get the type of a queryable associated to a type stored in the registry (component, storage, resource...). More...
 
struct  ecstasy::queryable_type< R >
 Try to get the type of a queryable associated to a type stored in the registry (component, storage, resource...). More...
 
struct  ecstasy::queryable_type< S >
 Try to get the type of a queryable associated to a type stored in the registry (component, storage, resource...). More...
 
struct  ecstasy::queryable_type< M >
 Try to get the type of a queryable associated to a type stored in the registry (component, storage, resource...). More...
 

Namespaces

namespace  ecstasy
 Namespace containing all symbols specific to ecstasy.
 

Typedefs

template<typename C >
using ecstasy::queryable_type_t = typename queryable_type< C >::type
 Helper to queryable_type<C>::type.
 

Detailed Description

Defines the queryable_type type trait.

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 queryable_type.hpp.