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

Functor which tests an edge to be monochromatic. More...

#include <bipartite.hpp>

Public Types

typedef on_back_edge event_filter
 

Public Member Functions

 bipartition_check (PartitionMap partition_map)
 
template<typename Edge , typename Graph >
void operator() (Edge e, const Graph &g)
 

Detailed Description

template<typename PartitionMap>
struct boost::detail::bipartition_check< PartitionMap >

Functor which tests an edge to be monochromatic.

Member Typedef Documentation

template<typename PartitionMap >
typedef on_back_edge boost::detail::bipartition_check< PartitionMap >::event_filter

Constructor & Destructor Documentation

template<typename PartitionMap >
boost::detail::bipartition_check< PartitionMap >::bipartition_check ( PartitionMap  partition_map)
inline

Member Function Documentation

template<typename PartitionMap >
template<typename Edge , typename Graph >
void boost::detail::bipartition_check< PartitionMap >::operator() ( Edge  e,
const Graph &  g 
)
inline

References boost::source(), and boost::target().


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