Compressed sparse row graph.
More...
#include <compressed_sparse_row_graph.hpp>
template<typename Directed = directedS, typename VertexProperty = no_property, typename EdgeProperty = no_property, typename GraphProperty = no_property, typename Vertex = std::size_t, typename EdgeIndex = Vertex>
singleton boost::compressed_sparse_row_graph< Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex >
Compressed sparse row graph.
Vertex and EdgeIndex should be unsigned integral types and should specialize numeric_limits.
The documentation for this singleton was generated from the following file: