PMDK C++ bindings  1.13.0-git107.g7e59f08f
This is the C++ bindings documentation for PMDK's libpmemobj.
array.hpp File Reference

Array container with std::array compatible interface. More...

#include <algorithm>
#include <functional>
#include <initializer_list>
#include <libpmemobj++/container/detail/contiguous_iterator.hpp>
#include <libpmemobj++/detail/common.hpp>
#include <libpmemobj++/persistent_ptr.hpp>
#include <libpmemobj++/pext.hpp>
#include <libpmemobj++/slice.hpp>
#include <libpmemobj++/transaction.hpp>
#include <libpmemobj++/utils.hpp>
#include <libpmemobj/base.h>
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  pmem::obj::array< T, N >
 Persistent container with std::array compatible interface. More...
 

Namespaces

 pmem
 Persistent memory namespace.
 
 pmem::obj
 Main libpmemobj namespace.
 

Detailed Description

Array container with std::array compatible interface.