Metall  v0.28
A persistent memory allocator for data-centric analytics
metall::container::string_key_store_locator< iterator_type > Class Template Reference

#include </home/runner/work/metall/metall/include/metall/container/string_key_store_locator.hpp>

Public Member Functions

 string_key_store_locator (iterator_type iterator)
 
string_key_store_locatoroperator++ ()
 
string_key_store_locator operator++ (int)
 
bool operator== (const string_key_store_locator &other) const
 
bool operator!= (const string_key_store_locator &other) const
 

Friends

template<typename value_type , typename allocator_type >
class string_key_store
 

Constructor & Destructor Documentation

◆ string_key_store_locator()

template<typename iterator_type >
metall::container::string_key_store_locator< iterator_type >::string_key_store_locator ( iterator_type  iterator)
inline

Member Function Documentation

◆ operator++() [1/2]

template<typename iterator_type >
string_key_store_locator& metall::container::string_key_store_locator< iterator_type >::operator++ ( )
inline

◆ operator++() [2/2]

template<typename iterator_type >
string_key_store_locator metall::container::string_key_store_locator< iterator_type >::operator++ ( int  )
inline

◆ operator==()

template<typename iterator_type >
bool metall::container::string_key_store_locator< iterator_type >::operator== ( const string_key_store_locator< iterator_type > &  other) const
inline

◆ operator!=()

template<typename iterator_type >
bool metall::container::string_key_store_locator< iterator_type >::operator!= ( const string_key_store_locator< iterator_type > &  other) const
inline

Friends And Related Function Documentation

◆ string_key_store

template<typename iterator_type >
template<typename value_type , typename allocator_type >
friend class string_key_store
friend

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