Lumiera
0.pre.03
»edit your freedom«
|
#include "lib/uninitialised-storage.hpp"
Block of raw uninitialised storage with array like access.
T | the nominal type assumed to sit in each »slot« |
cnt | number of »slots« in the array |
Definition at line 88 of file uninitialised-storage.hpp.
Private Types | |
using | _Arr = std::array< T, cnt > |
Private Attributes | |
std::byte | buffer_ [sizeof(_Arr)] |