PMDK C++ bindings  1.13.0-git107.g7e59f08f
This is the C++ bindings documentation for PMDK's libpmemobj.
pmem::detail::can_do_snapshot< T > Struct Template Reference

A structure that checks if it is possible to snapshot the specified memory. More...

#include <libpmemobj++/transaction.hpp>

Static Public Attributes

static constexpr bool value = LIBPMEMOBJ_CPP_IS_TRIVIALLY_COPYABLE(T)
 

Detailed Description

template<typename T>
struct pmem::detail::can_do_snapshot< T >

A structure that checks if it is possible to snapshot the specified memory.

Can have specialization.


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