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

Specialization of container_levels for the case when T is a container, effectively adding one more to the running total. More...

Public Types

typedef unsigned int value_type
 

Static Public Attributes

static const value_type value
 

Detailed Description

template<typename T>
struct stapl::container_levels< T, true >

Specialization of container_levels for the case when T is a container, effectively adding one more to the running total.

Member Data Documentation

◆ value

template<typename T >
const value_type stapl::container_levels< T, true >::value
static
Initial value:
=
(1 + container_levels<typename T::value_type>::value)

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