A template that has many of the capabilities of std::multimap. More...
#include <bstdmap.h>
Public Types | |
typedef _Key | key_type |
typedef _TypeT | mapped_type |
typedef bpair< const key_type, mapped_type > | value_type |
typedef _Compare | key_compare |
typedef _Allocator | allocator_type |
typedef _C_repT::reference | reference |
typedef _C_repT::const_reference | const_reference |
typedef _C_repT::iterator | iterator |
typedef _C_repT::const_iterator | const_iterator |
typedef _C_repT::size_type | size_type |
typedef _C_repT::difference_type | difference_type |
typedef _C_repT::pointer | pointer |
typedef _C_repT::const_pointer | const_pointer |
typedef _C_repT::reverse_iterator | reverse_iterator |
typedef _C_repT::const_reverse_iterator | const_reverse_iterator |
Protected Member Functions | |
value_compare (key_compare __cmp) | |
Protected Attributes | |
key_compare | comp |
A template that has many of the capabilities of std::multimap.
typedef _Allocator allocator_type |
typedef _C_repT::const_iterator const_iterator |
typedef _C_repT::const_pointer const_pointer |
typedef _C_repT::const_reference const_reference |
typedef _C_repT::const_reverse_iterator const_reverse_iterator |
typedef _C_repT::difference_type difference_type |
typedef _C_repT::iterator iterator |
typedef _Compare key_compare |
typedef _Key key_type |
typedef _TypeT mapped_type |
typedef _C_repT::pointer pointer |
typedef _C_repT::reference reference |
typedef _C_repT::reverse_iterator reverse_iterator |
typedef _C_repT::size_type size_type |
typedef bpair<const key_type, mapped_type> value_type |
|
protected |
|
protected |