STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
stapl::is_container< T > Struct Template Reference

Metafunction to determine if a given type is a STAPL container. The criteria for modeling a container is based on the existence of a nested distribution_type in T. More...

Detailed Description

template<typename T>
struct stapl::is_container< T >

Metafunction to determine if a given type is a STAPL container. The criteria for modeling a container is based on the existence of a nested distribution_type in T.

Template Parameters
TThe type in question

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