Lens AI Profiler Cpp
Public Types | Public Member Functions | Friends | List of all members
datasketches::kll_sketch< T, C, A >::const_iterator Class Reference

Public Types

using iterator_category = std::input_iterator_tag
 
using value_type = std::pair< const T &, const uint64_t >
 
using difference_type = void
 
using pointer = const return_value_holder< value_type >
 
using reference = const value_type
 

Public Member Functions

const_iteratoroperator++ ()
 
const_iteratoroperator++ (int)
 
bool operator== (const const_iterator &other) const
 
bool operator!= (const const_iterator &other) const
 
reference operator* () const
 
pointer operator-> () const
 

Friends

class kll_sketch< T, C, A >
 

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