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

Type checker to determine if T is a p_object, query it about whether nested_construction occurred. Otherwise, return false. More...

Static Public Member Functions

static bool call (T const &)
 

Detailed Description

template<typename T, bool = is_p_object<T>::value>
struct stapl::detail::nc_detect_pobject< T, bool >

Type checker to determine if T is a p_object, query it about whether nested_construction occurred. Otherwise, return false.


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