Base Framework
Public Types | Public Member Functions | List of all members
Set< KEY >::SetEnumerator< TRAITS, ENU > Class Template Reference

Inherits Enumerator< TRAITS >.

Public Types

typedef Enumerator< TRAITS >::Value Value
 
typedef Enumerator< TRAITS >::Reference Reference
 
typedef Enumerator< TRAITS >::Pointer Pointer
 

Public Member Functions

 SetEnumerator (const ENU &_enu) noexcept
 
bool hasNext () const noexcept
 
Reference next ()
 

Detailed Description

template<class KEY>
template<class TRAITS, class ENU>
class Set< KEY >::SetEnumerator< TRAITS, ENU >

Examples
testsuite/Set.cpp.