FastLED 3.9.15
Loading...
Searching...
No Matches
fl::MultiMapTree< Key, Value, Compare, Allocator >::ConstIteratorWrapper Class Reference

Detailed Description

template<typename Key, typename Value, typename Compare = less<Key>, typename Allocator = allocator<fl::pair<Key, Value>>>
class fl::MultiMapTree< Key, Value, Compare, Allocator >::ConstIteratorWrapper

Definition at line 122 of file multi_map.h.

+ Collaboration diagram for fl::MultiMapTree< Key, Value, Compare, Allocator >::ConstIteratorWrapper:

Public Member Functions

 ConstIteratorWrapper () FL_NOEXCEPT=default
 
 ConstIteratorWrapper (const IteratorWrapper &it)
 
 ConstIteratorWrapper (typename TreeType::const_iterator it)
 
bool operator!= (const ConstIteratorWrapper &other) const
 
const value_typeoperator* () const
 
ConstIteratorWrapperoperator++ ()
 
ConstIteratorWrapper operator++ (int)
 
ConstIteratorWrapperoperator-- ()
 
ConstIteratorWrapper operator-- (int)
 
const value_typeoperator-> () const
 
bool operator== (const ConstIteratorWrapper &other) const
 

Private Attributes

TreeType::const_iterator mTreeIt
 

Friends

class IteratorWrapper
 
class MultiMapTree
 

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