select 2nd element of a pair (e.g. for map iterators). More...
#include <mbl_stl.h>
Public Member Functions | |
| Pair::second_type const & | operator() (Pair const &pair) const |
select 2nd element of a pair (e.g. for map iterators).
NB something like this is in the SGI extension to the STL but is not included in the standard VCL However this is very useful with map iterators so include it here
| Pair::second_type const& mbl_stl_select2nd< Pair >::operator() | ( | Pair const & | pair | ) | const [inline] |
1.7.5.1