#include <concepts.hpp>

Public Types | |
| typedef graph_traits< G > ::vertex_iterator | vertex_iterator |
| typedef graph_traits< G > ::vertices_size_type | vertices_size_type |
| typedef graph_traits< G > ::traversal_category | traversal_category |
Public Member Functions | |
| void | constraints () |
| void | const_constraints (const G &cg) |
Public Attributes | |
| std::pair< vertex_iterator, vertex_iterator > | p |
| graph_traits< G > ::vertex_descriptor | v |
| G | g |
| vertices_size_type | V |
| typedef graph_traits<G>::traversal_category boost::DistributedVertexListGraphConcept< G >::traversal_category |
| typedef graph_traits<G>::vertex_iterator boost::DistributedVertexListGraphConcept< G >::vertex_iterator |
| typedef graph_traits<G>::vertices_size_type boost::DistributedVertexListGraphConcept< G >::vertices_size_type |
|
inline |
References boost::num_vertices(), boost::multiprecision::backends::p, and boost::vertices().
|
inline |
References boost::BOOST_CONCEPT_ASSERT(), boost::multiprecision::backends::p, and boost::vertices().
| G boost::DistributedVertexListGraphConcept< G >::g |
| std::pair<vertex_iterator,vertex_iterator> boost::DistributedVertexListGraphConcept< G >::p |
| graph_traits<G>::vertex_descriptor boost::DistributedVertexListGraphConcept< G >::v |
| vertices_size_type boost::DistributedVertexListGraphConcept< G >::V |