Stefan Scholz / ETL
Embed: (wiki syntax)

« Back to documentation index

is_trivially_destructible< T > Struct Template Reference

is_trivially_destructible< T > Struct Template Reference
[type_traits]

is_trivially_destructible More...

#include <type_traits.h>

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


Detailed Description

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

is_trivially_destructible

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

Definition at line 291 of file type_traits.h.