cgma
MapSelect1st< Pair, First > Struct Template Reference

#include <DynamicTreeIterator.hpp>

List of all members.

Public Member Functions

const First & operator() (const Pair &x) const

Detailed Description

template<class Pair, class First>
struct MapSelect1st< Pair, First >

Definition at line 12 of file DynamicTreeIterator.hpp.


Member Function Documentation

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

Definition at line 14 of file DynamicTreeIterator.hpp.

  {
    return x.first;
  }

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