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, T > Struct Template Reference

Selector for extracting the vertex, given either a vertex descriptor or a vertex reference.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 T extract (G *, T t)
 

Public Types

typedef T result_type
 

Detailed Description

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

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

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: