The is_multigraph metafunction returns true if the graph allows parallel edges. More...
#include <graph_traits.hpp>
The is_multigraph metafunction returns true if the graph allows parallel edges.
Technically, a multigraph is a simple graph that allows parallel edges, but since there are no traits for the allowance or disallowance of loops, this is a moot point.