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

Pair implementation. More...

#include <utility>
#include <libpmemobj++/detail/integer_sequence.hpp>
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 pmem
 Persistent memory namespace.
 
 pmem::detail
 Implementation details.
 

Functions

template<class T1 , class T2 >
bool pmem::detail::operator== (const pair< T1, T2 > &lhs, const pair< T1, T2 > &rhs)
 
template<class T1 , class T2 >
bool pmem::detail::operator!= (const pair< T1, T2 > &lhs, const pair< T1, T2 > &rhs)
 

Detailed Description

Pair implementation.