The type that you need to allocate for T. Always T, except for void
, which yields char
.
More...
#include <BasicTypeTraits.hpp>
Public Types | |
using | type = T |
The type that you need to allocate for T. Always T, except for void
, which yields char
.