ECSTASY
All in the name
Loading...
Searching...
No Matches
ecstasy::query::views_allocator_size< AutoLock, Qs > Struct Template Reference

Get the size of the allocator required for the given queryable types. More...

#include <Queryable.hpp>

Inheritance diagram for ecstasy::query::views_allocator_size< AutoLock, Qs >:
Collaboration diagram for ecstasy::query::views_allocator_size< AutoLock, Qs >:

Detailed Description

template<bool AutoLock, Queryable... Qs>
struct ecstasy::query::views_allocator_size< AutoLock, Qs >

Get the size of the allocator required for the given queryable types.

Note
Size is always 0 if AutoLock is false. Otherwise, it is the sum of the sizeof(Q) for each Lockable queryable Q.
Template Parameters
AutoLockWhether the queryable should be locked while used or not.
QsQueryable types.
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-07)

Definition at line 373 of file Queryable.hpp.


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