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

Selector for extracting the edge, given either an edge descriptor or an edge reference.Used by the pGraph internal edge property map, where property is stored internally on the edge by the pGraph, providing efficient storage and constant-time access to the edge 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_edge_selector< G, T >

Selector for extracting the edge, given either an edge descriptor or an edge reference.

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


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