Public Member Functions
morphio::LoadUnordered< M >::Iterator Class Reference

Public Member Functions

 Iterator (std::shared_ptr< LoadUnorderedImpl > load_unordered_impl, size_t k)
 
template<class U = M>
enable_if_immutable< U, std::pair< size_t, M > >::type operator* () const
 
template<class U = M>
enable_if_mutable< U, std::pair< size_t, M > >::type operator* () const
 
Iteratoroperator++ ()
 
Iterator operator++ (int)
 
bool operator== (const Iterator &other) const
 
bool operator!= (const Iterator &other) const