Public Member Functions
mbl_stl_select2nd< Pair > Struct Template Reference

select 2nd element of a pair (e.g. for map iterators). More...

#include <mbl_stl.h>

List of all members.

Public Member Functions

Pair::second_type const & operator() (Pair const &pair) const

Detailed Description

template<class Pair>
struct mbl_stl_select2nd< Pair >

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

Definition at line 121 of file mbl_stl.h.


Member Function Documentation

template<class Pair >
Pair::second_type const& mbl_stl_select2nd< Pair >::operator() ( Pair const &  pair) const [inline]

Definition at line 123 of file mbl_stl.h.


The documentation for this struct was generated from the following file: