#include "platform.h"
#include "nullptr.h"
#include "static_assert.h"
#include <stddef.h>
#include <stdint.h>
Go to the source code of this file.
|
|
template<typename T, T VALUE> |
| const T | etl::integral_constant< T, VALUE >::value |
◆ ETL_IS_CHAR_TYPE
| #define ETL_IS_CHAR_TYPE |
( |
| type | ) |
|
Value:
is_same
Definition type_traits_generator.h:1104
◆ ETL_IS_NOT_CHAR_TYPE
| #define ETL_IS_NOT_CHAR_TYPE |
( |
| type | ) |
|
Value:(!ETL_IS_CHAR_TYPE(type))
◆ ETL_IS_NOT_POINTER_TYPE
| #define ETL_IS_NOT_POINTER_TYPE |
( |
| type | ) |
|
Value:(!ETL_IS_POINTER_TYPE(type))
◆ ETL_IS_POINTER_TYPE
| #define ETL_IS_POINTER_TYPE |
( |
| type | ) |
|
Value:
is_pointer
Definition type_traits_generator.h:1164
◆ ETL_TARGET_IS_NOT_TRIVIALLY_COPYABLE
| #define ETL_TARGET_IS_NOT_TRIVIALLY_COPYABLE |
( |
| type | ) |
|
Value:(!ETL_TARGET_IS_TRIVIALLY_COPYABLE(type))
◆ ETL_TARGET_IS_TRIVIALLY_COPYABLE
| #define ETL_TARGET_IS_TRIVIALLY_COPYABLE |
( |
| type | ) |
|
Value:
Definition type_traits_generator.h:2251