#include <boost/config.hpp>#include <boost/graph/graph_traits.hpp>#include <boost/graph/reverse_graph.hpp>#include <boost/graph/copy.hpp>

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 > ¶ms) |