PMDK C++ bindings  1.11.1
This is the C++ bindings documentation for PMDK's libpmemobj.
pmem::detail::is_random_access_iterator< T > Struct Template Reference

Type trait to determine if a given parameter type satisfies requirements of RandomAccessIterator. More...

#include <libpmemobj++/detail/iterator_traits.hpp>

Inherits pmem::detail::has_iterator_category_convertible_to< T, U, C >.

Detailed Description

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

Type trait to determine if a given parameter type satisfies requirements of RandomAccessIterator.


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