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

Get the allocator required size for a list of queryables. More...

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

Go to the source code of this file.

Classes

struct  ecstasy::modifiers_allocator_size< Qs >
 Get the allocator required size for a list of queryables. More...
 
struct  ecstasy::modifier_allocator_size< Q >
 Get the allocator required size for this queryable. More...
 
struct  ecstasy::modifier_allocator_size< M >
 Get the allocator required size for this queryable. More...
 
struct  ecstasy::modifier_allocator_size< util::meta::Traits< Q, Qs... > >
 Get the allocator required size for this queryable. More...
 
struct  ecstasy::modifiers_allocator_size< Q, Qs... >
 Get the allocator required size for a list of queryables. More...
 

Namespaces

namespace  ecstasy
 Namespace containing all symbols specific to ecstasy.
 

Variables

template<typename Q >
size_t constexpr ecstasy::modifier_allocator_size_v = modifier_allocator_size<Q>::value
 Helper for modifier_allocator_size<Q>::value.
 
template<typename Q , typename... Qs>
size_t constexpr ecstasy::modifiers_allocator_size_v = modifiers_allocator_size<Q, Qs...>::value
 Helper for modifiers_allocator_size<Q, Qs...>::value.
 

Detailed Description

Get the allocator required size for a list of queryables.

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
2023-11-08

Definition in file modifier_allocator_size.hpp.