Public Types | |
typedef std::map< U, T >::value_type | value_type |
The type of the values. | |
Public Member Functions | |
value_type | operator * () const |
Return the one and only element of the support. | |
bool | empty () const |
Whether it's empty. |
Definition at line 68 of file support.hh.
|
Return the one and only element of the support.
|