get_second< T > Struct Template Reference

#include <adj_list.h>

Inheritance diagram for get_second< T >:

Public Member Functions

T::second_type operator() (const T &p) const
 

Detailed Description

template<typename T>
struct get_second< T >

A functor that returns the second element of a pair

Member Function Documentation

template<typename T>
T::second_type get_second< T >::operator() ( const T &  p) const
inline
39 { return p.second; }

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