Home
last modified time | relevance | path

Searched refs:is_mutable_vertex_graph (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/graph/
Dgraph_mutability_traits.hpp139 struct is_mutable_vertex_graph struct
166 : mpl::and_< is_mutable_vertex_graph< Graph >, is_mutable_edge_graph< Graph > >