Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
make_connected.hpp File Reference
Include dependency graph for make_connected.hpp:

Namespaces

 boost
 Duration formatting facet for input.
 

Functions

template<typename Graph , typename VertexIndexMap , typename AddEdgeVisitor >
void boost::make_connected (Graph &g, VertexIndexMap vm, AddEdgeVisitor &vis)
 
template<typename Graph , typename VertexIndexMap >
void boost::make_connected (Graph &g, VertexIndexMap vm)
 
template<typename Graph >
void boost::make_connected (Graph &g)