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 |
| Iterator & | operator++ () |
| Iterator | operator++ (int) |
| bool | operator== (const Iterator &other) const |
| bool | operator!= (const Iterator &other) const |