cgma
MapSelect2nd< Pair, Second > Struct Template Reference

#include <DynamicTreeIterator.hpp>

List of all members.

Public Member Functions

const Second & operator() (const Pair &x) const

Detailed Description

template<class Pair, class Second>
struct MapSelect2nd< Pair, Second >

Definition at line 22 of file DynamicTreeIterator.hpp.


Member Function Documentation

template<class Pair , class Second >
const Second& MapSelect2nd< Pair, Second >::operator() ( const Pair &  x) const [inline]

Definition at line 24 of file DynamicTreeIterator.hpp.

  {
    return x.second;
  }

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines