STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions | Public Attributes
stapl::graph_base_container_storage_base< D, M, VertexP, EdgeP, Traits >::triple< T, U, V > Struct Template Reference

Class for storing a triplet. More...

Public Member Functions

 triple (T const &t, U const &u, V const &v)
 

Public Attributes

first
 
second
 
third
 

Detailed Description

template<graph_attributes D, graph_attributes M, typename VertexP, typename EdgeP, typename Traits>
template<typename T, typename U, typename V>
struct stapl::graph_base_container_storage_base< D, M, VertexP, EdgeP, Traits >::triple< T, U, V >

Class for storing a triplet.

Template Parameters
TType of the first element of the triplet.
UType of the second element of the triplet.
VType of the third element of the triplet.

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