TalanSoft Toolkits  201707
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Groups Pages
Public Types | Public Member Functions | List of all members
rb_tree< _Key, _Value, _KeyOfValue, _Compare, > Struct Template Reference
Inheritance diagram for rb_tree< _Key, _Value, _KeyOfValue, _Compare, >:

Public Types

typedef _Rb_tree< _Key, _Value,
_KeyOfValue, _Compare, _Alloc > 
_Base
 
typedef _Base::allocator_type allocator_type
 

Public Member Functions

 rb_tree ()
 
 rb_tree (const _Compare &__comp, const allocator_type &__a=allocator_type())
 
 ~rb_tree ()
 

Member Typedef Documentation

typedef _Rb_tree<_Key, _Value, _KeyOfValue, _Compare, _Alloc> _Base
typedef _Base::allocator_type allocator_type

Constructor & Destructor Documentation

rb_tree ( )
rb_tree ( const _Compare &  __comp,
const allocator_type __a = allocator_type() 
)
~rb_tree ( )