|
Lens AI Profiler Cpp
|
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_iterator & | operator++ () |
| const_iterator & | operator++ (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 > |