![]() |
Embedded Template Library
1.0
|
#include <stddef.h>
#include <limits.h>
#include "platform.h"
#include "type_traits.h"
#include "private/minmax_push.h"
#include "private/minmax_pop.h"
Go to the source code of this file.
Classes | |
struct | etl::integral_limits< void > |
struct | etl::integral_limits< signed char > |
struct | etl::integral_limits< unsigned char > |
struct | etl::integral_limits< char > |
struct | etl::integral_limits< short > |
struct | etl::integral_limits< unsigned short > |
struct | etl::integral_limits< int > |
struct | etl::integral_limits< unsigned int > |
struct | etl::integral_limits< long > |
struct | etl::integral_limits< unsigned long > |
struct | etl::integral_limits< long long > |
struct | etl::integral_limits< unsigned long long > |
Namespaces | |
etl | |
Macros | |
#define | LLONG_MAX 9223372036854775807LL |
#define | LLONG_MIN (-LLONG_MAX - 1LL) |
#define | ULLONG_MAX 18446744073709551615ULL |