Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
transpose_graph.hpp File Reference
Include dependency graph for transpose_graph.hpp:
This graph shows which files directly or indirectly include this file:

Namespaces

 boost
 Duration formatting facet for input.
 

Functions

template<class VertexListGraph , class MutableGraph >
void boost::transpose_graph (const VertexListGraph &G, MutableGraph &G_T)
 
template<class VertexListGraph , class MutableGraph , class P , class T , class R >
void boost::transpose_graph (const VertexListGraph &G, MutableGraph &G_T, const bgl_named_params< P, T, R > &params)