get_first< T > Struct Template Reference

#include <adj_list.h>

Inheritance diagram for get_first< T >:

Public Member Functions

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

Detailed Description

template<typename T>
struct get_first< T >

A functor that returns the first element of a pair

Member Function Documentation

template<typename T>
T::first_type get_first< T >::operator() ( const T &  p) const
inline
27 { return p.first; }

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