Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::is_multigraph< Graph > Struct Template Reference

The is_multigraph metafunction returns true if the graph allows parallel edges. More...

#include <graph_traits.hpp>

Inheritance diagram for boost::is_multigraph< Graph >:
Collaboration diagram for boost::is_multigraph< Graph >:

Detailed Description

template<typename Graph>
struct boost::is_multigraph< Graph >

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.


The documentation for this struct was generated from the following file: