PMDK C++ bindings  1.11.1
This is the C++ bindings documentation for PMDK's libpmemobj.
List of all members
pmem::obj::experimental::total_sizeof< T > Struct Template Reference

A helper trait which calculates required memory capacity (in bytes) for a type. More...

#include <libpmemobj++/experimental/inline_string.hpp>

Detailed Description

template<typename T>
struct pmem::obj::experimental::total_sizeof< T >

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.


The documentation for this struct was generated from the following file: