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

Typedefs member type to std::true_type if T is a copyable type, otherwise it typedefs it to std::false_type. More...

Detailed Description

template<typename T>
struct stapl::runtime::is_copyable< T >

Typedefs member type to std::true_type if T is a copyable type, otherwise it typedefs it to std::false_type.

A copyable type is not the same as a copy constructible type. Copyable types are types that there is benefit in copying them when communicating in the same address space and they do not introduce race-conditions.


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