STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Types
stapl::define_value_type< T, bool > Struct Template Reference

Metafunction to compute the stored value of an element in a container. In the cases of nested containers, it is necessary to store a reference to the container, as it is a p_object. More...

Public Types

typedef T type
 

Detailed Description

template<typename T, bool = is_container<T>::value>
struct stapl::define_value_type< T, bool >

Metafunction to compute the stored value of an element in a container. In the cases of nested containers, it is necessary to store a reference to the container, as it is a p_object.

Template Parameters
TThe container's value_type
TagWhether T is a parallel container

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