![]() |
Lumiera 0.pre.04
»edit your freedom«
|
Functions | |
| template<typename TY > | |
| constexpr size_t | reqSiz () |
| Helper to determine the »spread« required to hold elements of type TY in memory with proper alignment. | |
| constexpr size_t | alignRes (size_t alignment) |
| determine size of a reserve buffer to place with proper alignment | |
Variables | |
| const uint | INITIAL_ELM_CNT = 10 |
number of storage slots to open initially; starting with an over-allocation similar to std::vector | |
|
inlineconstexpr |
Helper to determine the »spread« required to hold elements of type TY in memory with proper alignment.
Definition at line 151 of file several-builder.hpp.
References reqSiz().
Referenced by reqSiz().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlineconstexpr |
determine size of a reserve buffer to place with proper alignment
Definition at line 163 of file several-builder.hpp.
References alignRes().
Referenced by alignRes().
Here is the call graph for this function:
Here is the caller graph for this function:| const uint INITIAL_ELM_CNT = 10 |
number of storage slots to open initially; starting with an over-allocation similar to std::vector
Definition at line 122 of file several-builder.hpp.