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

Type checker to determine if T is a nested construct or not. More...

Public Member Functions

bool operator() (T const &t) const
 

Public Types

typedef bool result_type
 

Detailed Description

template<typename T, bool = is_view<T>::value>
struct stapl::detail::nc_detect_type< T, bool >

Type checker to determine if T is a nested construct or not.


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