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

Returns if T is a basic type. More...

Detailed Description

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

Returns if T is a basic type.

A basic type is similar to a POD in the sense that it can be copied correctly using memcpy().


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