Lumiera  0.pre.03
»edit your freedom«
lib::anonymous_namespace{several-builder.hpp} Namespace Reference

Functions

size_t constexpr alignRes (size_t alignment)
 determine size of a reserve buffer to place with proper alignment
 
template<typename TY >
size_t constexpr reqSiz ()
 Helper to determine the »spread« required to hold elements of type TY in memory 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