|
Embedded Template Library 1.0
|
#include "platform.h"#include "static_assert.h"#include "gcd.h"#include "type_traits.h"#include <stddef.h>#include <stdint.h>Go to the source code of this file.
Classes | |
| struct | etl::ratio< Num, Den > |
| ratio More... | |
| struct | etl::ratio_equal< TRatio1, TRatio2 > |
| ratio_equal More... | |
| struct | etl::ratio_not_equal< TRatio1, TRatio2 > |
| ratio_not_equal More... | |
Namespaces | |
| namespace | etl |
| bitset_ext | |
Variables | |
| template<intmax_t Num, intmax_t Den> | |
| ETL_CONSTANT intmax_t | etl::ratio< Num, Den >::num |
| template<intmax_t Num, intmax_t Den> | |
| ETL_CONSTANT intmax_t | etl::ratio< Num, Den >::den |