Public Member Functions | |
Support (const std::vector< value_type > &) | |
The type of the values. | |
bool | empty () const |
Whether it's empty. |
Definition at line 63 of file bmig_support.hh.
Support | ( | const std::vector< value_type > & | m | ) | [inline] |
The type of the values.
support<vector<U, T> > is a const adapter of std::vector to container.
Definition at line 282 of file bmig_support.hxx.