#include "randomhash.hh"
Public Attributes | |
std::aligned_storage< SIZE, 16 >::type | mem |
Helper to provide memory for placement new AlignedPOD<SIZE> is aligned like max_align_t or like malloc()-ed memory and provides SIZE bytes. Idiomatic use is:
std::aligned_storage<SIZE,16>::type mem |