31#ifndef ETL_EXCEPTION_INCLUDED
32#define ETL_EXCEPTION_INCLUDED
50 typedef const char* string_type;
51 typedef int numeric_type;
53#if defined(ETL_VERBOSE_ERRORS)
94#if defined(ETL_VERBOSE_ERRORS)
113 string_type reason_text;
114#if defined(ETL_VERBOSE_ERRORS)
ETL_CONSTEXPR string_type what() const
Definition exception.h:81
ETL_CONSTEXPR string_type file_name() const
Definition exception.h:92
ETL_CONSTEXPR exception(string_type reason_, string_type, numeric_type line_)
Constructor.
Definition exception.h:69
ETL_CONSTEXPR numeric_type line_number() const
Definition exception.h:106
Definition exception.h:47
bitset_ext
Definition absolute.h:38
ETL_NODISCARD ETL_CONSTEXPR14 T round_half_even_unscaled(T value) ETL_NOEXCEPT
Definition scaled_rounding.h:314