Lens AI Profiler Cpp
Public Types | Public Member Functions | Friends | List of all members
datasketches::reverse_purge_hash_map< K, V, H, E, A >::iterator Class Reference

Public Types

using iterator_category = std::input_iterator_tag
 
using value_type = std::pair< K &, V >
 
using difference_type = void
 
using pointer = void
 
using reference = const value_type
 

Public Member Functions

iteratoroperator++ ()
 
iterator operator++ (int)
 
bool operator== (const iterator &rhs) const
 
bool operator!= (const iterator &rhs) const
 
reference operator* () const
 

Friends

class reverse_purge_hash_map< K, V, H, E, A >
 

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