Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::graph::equal_edge< Graph > Struct Template Reference

#include <graph_stats.hpp>

Public Types

typedef graph_traits< Graph >
::edge_descriptor 
edge_type
 

Public Member Functions

 equal_edge (Graph &g)
 
bool operator() (edge_type a, edge_type b)
 

Member Typedef Documentation

template<typename Graph>
typedef graph_traits<Graph>::edge_descriptor boost::graph::equal_edge< Graph >::edge_type

Constructor & Destructor Documentation

template<typename Graph>
boost::graph::equal_edge< Graph >::equal_edge ( Graph &  g)
inlineexplicit

Member Function Documentation

template<typename Graph>
bool boost::graph::equal_edge< Graph >::operator() ( edge_type  a,
edge_type  b 
)
inline

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