Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of Boost. Click here to view this page for the latest version.

Parallel BGL Concept Distributed Graph

Contents

Description

A Distributed Graph is a graph whose vertices or edges are distributed across multiple processes or address spaces. The descriptors of a Distributed Graph must model the Global Descriptor concept.

Notation

G
A type that models the Distributed Graph concept.

Refinement of

Associated types

Vertex descriptor type graph_traits<G>::vertex_descriptor Must model the Global Descriptor concept.
Edge descriptor type graph_traits<G>::edge_descriptor Must model the Global Descriptor concept.

Models


Copyright (C) 2005 The Trustees of Indiana University.

Authors: Douglas Gregor and Andrew Lumsdaine