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 () | |
| typedef _Rb_tree<_Key, _Value, _KeyOfValue, _Compare, _Alloc> _Base |
| typedef _Base::allocator_type allocator_type |
| rb_tree | ( | ) |
| rb_tree | ( | const _Compare & | __comp, |
| const allocator_type & | __a = allocator_type() |
||
| ) |
| ~rb_tree | ( | ) |
1.8.7