Embedded Template Library  1.0
 All Classes Files Functions Variables Typedefs Friends Modules Pages

Classes

struct  etl::integral_constant< T, VALUE >
 
struct  etl::remove_reference< T >
 
struct  etl::add_reference< T >
 
struct  etl::remove_pointer< T >
 
struct  etl::add_pointer< T >
 
struct  etl::is_const< T >
 
struct  etl::remove_const< T >
 
struct  etl::add_const< T >
 
struct  etl::is_volatile< T >
 
struct  etl::remove_volatile< T >
 
struct  etl::add_volatile< T >
 
struct  etl::remove_cv< T >
 
struct  etl::add_cv< T >
 
struct  etl::is_integral< T >
 
struct  etl::is_signed< T >
 
struct  etl::is_unsigned< T >
 
struct  etl::is_floating_point< T >
 
struct  etl::is_same< T1, T2 >
 
struct  etl::is_void< T >
 
struct  etl::is_arithmetic< T >
 
struct  etl::is_fundamental< T >
 
struct  etl::is_compound< T >
 
struct  etl::is_array< T >
 
struct  etl::is_pointer< T >
 
struct  etl::is_reference< T >
 
struct  etl::make_signed< T >
 
struct  etl::make_unsigned< T >
 
struct  etl::enable_if< B, T >
 
struct  etl::conditional< B, T, F >
 
struct  etl::extent< T, N >
 
struct  etl::remove_extent< T >
 
struct  etl::remove_all_extents< T >
 
struct  etl::rank< T >
 
struct  etl::alignment_of< void >
 

Typedefs

typedef integral_constant
< bool, false > 
etl::false_type
 

Detailed Description

A set of type traits definitions for compilers that do not support the standard header.

Typedef Documentation

typedef integral_constant<bool, false> etl::false_type

integral_constant specialisations