PMDK C++ bindings
1.13.0-git107.g7e59f08f
This is the C++ bindings documentation for PMDK's libpmemobj.
|
A helper trait which calculates required memory capacity (in bytes) for a type. More...
#include <libpmemobj++/experimental/inline_string.hpp>
Static Public Member Functions | |
template<typename... Args> | |
static size_t | value (const Args &... args) |
A helper trait which calculates required memory capacity (in bytes) for a type.
All standard types require capacity equal to the sizeof of such type.