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

Selector for extracting the vertex descriptor, given either a vertex descriptor or a vertex reference.Used by the pGraph external property map, where property is stored externally. Assumes descriptor based random-access in container. More...

Static Public Member Functions

static G::vertex_descriptor extract (T t)
 

Detailed Description

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

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

Used by the pGraph external property map, where property is stored externally. Assumes descriptor based random-access in container.


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