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

#include <vf2_sub_graph_iso.hpp>

Public Types

typedef boost::graph_traits
< Graph >::edge_descriptor 
edge_type
 

Public Member Functions

 BOOST_CONCEPT_ASSERT ((LessThanComparable< edge_type >))
 
template<typename EdgePredicate >
bool operator() (typename graph_traits< Graph >::vertex_descriptor s, typename graph_traits< Graph >::vertex_descriptor t, EdgePredicate is_valid_edge, const Graph &g)
 

Member Typedef Documentation

template<typename Graph, typename Enable = void>
typedef boost::graph_traits<Graph>::edge_descriptor boost::detail::equivalent_edge_exists< Graph, Enable >::edge_type

Member Function Documentation

template<typename Graph, typename Enable = void>
boost::detail::equivalent_edge_exists< Graph, Enable >::BOOST_CONCEPT_ASSERT ( (LessThanComparable< edge_type >)  )
template<typename Graph, typename Enable = void>
template<typename EdgePredicate >
bool boost::detail::equivalent_edge_exists< Graph, Enable >::operator() ( typename graph_traits< Graph >::vertex_descriptor  s,
typename graph_traits< Graph >::vertex_descriptor  t,
EdgePredicate  is_valid_edge,
const Graph &  g 
)
inline

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