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

#include <graph_utility.hpp>

Public Member Functions

 incident_on_predicate (Vertex u, const Graph &g)
 
template<class Edge >
bool operator() (const Edge &e) const
 

Public Attributes

Vertex m_u
 
const Graph & m_g
 

Constructor & Destructor Documentation

template<typename Vertex, typename Graph>
boost::incident_on_predicate< Vertex, Graph >::incident_on_predicate ( Vertex  u,
const Graph &  g 
)
inline

Member Function Documentation

template<typename Vertex, typename Graph>
template<class Edge >
bool boost::incident_on_predicate< Vertex, Graph >::operator() ( const Edge &  e) const
inline

Member Data Documentation

template<typename Vertex, typename Graph>
const Graph& boost::incident_on_predicate< Vertex, Graph >::m_g
template<typename Vertex, typename Graph>
Vertex boost::incident_on_predicate< Vertex, Graph >::m_u

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