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

Detailed Description

template<typename Key, typename Compare = less<Key>, typename Allocator = allocator<Key>>
class fl::MultiSetTree< Key, Compare, Allocator >::ConstIteratorWrapper

Definition at line 76 of file multi_set.h.

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

Public Member Functions

 ConstIteratorWrapper () FL_NOEXCEPT=default
 
 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 MultiSetTree
 

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