Stefan Scholz / ETL
Embed: (wiki syntax)

« Back to documentation index

is_trivially_constructible< T > Struct Template Reference

is_trivially_constructible< T > Struct Template Reference
[type_traits]

is_trivially_constructible More...

#include <type_traits.h>

Inherits etl::is_pod< T >, and etl::is_pod< T >.


Detailed Description

template<typename T>
struct etl::is_trivially_constructible< T >

is_trivially_constructible

is_trivially_constructible For C++03, only POD types are recognised.

Definition at line 283 of file type_traits.h.