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

The graph_mutability_traits provide methods for determining the interfaces supported by graph classes for adding and removing vertices and edges. More...

#include <graph_mutability_traits.hpp>

Public Types

typedef Graph::mutability_category category
 

Detailed Description

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

The graph_mutability_traits provide methods for determining the interfaces supported by graph classes for adding and removing vertices and edges.

Member Typedef Documentation

template<typename Graph>
typedef Graph::mutability_category boost::graph_mutability_traits< Graph >::category

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