Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::graph_detail::select1st< A, B > Struct Template Reference

#include <astar_search.hpp>

Public Types

typedef std::pair< A, B > argument_type
 
typedef A result_type
 

Public Member Functions

operator() (const std::pair< A, B > &p) const
 

Member Typedef Documentation

template<typename A , typename B >
typedef std::pair<A, B> boost::graph_detail::select1st< A, B >::argument_type
template<typename A , typename B >
typedef A boost::graph_detail::select1st< A, B >::result_type

Member Function Documentation

template<typename A , typename B >
A boost::graph_detail::select1st< A, B >::operator() ( const std::pair< A, B > &  p) const
inline

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