Public Types | |
| 
typedef std::map< U, T > ::value_type  | value_type | 
| The type of the values.  | |
Public Member Functions | |
| 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.   | |
| bool | empty () const | 
| Whether it's empty.  | |
Definition at line 95 of file support.hh.
| Support< std::map< U, T > >::value_type operator * | ( | ) |  const [inline] | 
        
Return the one and only element of the support.
Definition at line 116 of file support.hxx.
 1.5.4