Public Types | |
typedef SupportIterator< std::map< U, T > > | iterator |
typedef SupportIterator< std::map< U, T > > | const_iterator |
typedef std::map< U, T >::value_type | value_type |
The type of the values. | |
Public Member Functions | |
Support (const std::map< U, T > &) | |
Support (const Support &) | |
support<map<U, T> > is a const adapter of std::map to container. | |
value_type | operator * () const |
Return the one and only element of the support. | |
iterator | begin () const |
iterator | end () const |
unsigned | size () const |
iterator | find (const U &k) const |
bool | empty () const |
Whether it's empty. | |
U | max () const |
Definition at line 68 of file support.hh.
|
Return the one and only element of the support.
Definition at line 115 of file support.hxx. |