PMDK C++ bindings  1.8
This is the C++ bindings documentation for PMDK's libpmemobj.
Classes | Namespaces
slice.hpp File Reference

Iterface to access sequence of objects. More...

#include <iterator>
#include <stdexcept>
#include <type_traits>
Include dependency graph for slice.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  pmem::obj::slice< Iterator >
 pmem::obj::slice - provides interface to access sequence of objects. More...
 

Namespaces

 pmem
 A persistent version of concurrent hash map implementation Ref: https://arxiv.org/abs/1509.02235.
 

Detailed Description

Iterface to access sequence of objects.