Embedded Template Library 1.0
|
#include "platform.h"
#include "type_traits.h"
#include <stddef.h>
#include <limits.h>
#include "private/minmax_push.h"
#include "private/minmax_pop.h"
Go to the source code of this file.
Namespaces | |
namespace | etl |
bitset_ext | |
Macros | |
#define | LLONG_MAX 9223372036854775807LL |
#define | LLONG_MIN (-LLONG_MAX - 1LL) |
#define | ULLONG_MAX 18446744073709551615ULL |