STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Static Public Member Functions | Public Types
stapl::i_vertex_selector< G, typename G::vertex_descriptor > Struct Template Reference

Selector for extracting the vertex, given either a vertex descriptor or a vertex reference, specialized for descriptor.Used by the pGraph internal property map, where property is stored internally on the vertex by the pGraph, providing efficient storage and constant-time access to the vertex property. More...

Static Public Member Functions

static vertex_reference extract (G *g, vertex_descriptor vd)
 

Public Types

typedef G::vertex_descriptor vertex_descriptor
 
typedef G::vertex_reference vertex_reference
 
typedef vertex_reference result_type
 

Detailed Description

template<typename G>
struct stapl::i_vertex_selector< G, typename G::vertex_descriptor >

Selector for extracting the vertex, given either a vertex descriptor or a vertex reference, specialized for descriptor.

Used by the pGraph internal property map, where property is stored internally on the vertex by the pGraph, providing efficient storage and constant-time access to the vertex property.


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