Flutter Engine
The Flutter Engine
|
#include <checked_math_impl.h>
Public Member Functions | |
constexpr | CheckedNumericState () |
template<typename Src > | |
constexpr | CheckedNumericState (Src value, bool is_valid) |
template<typename Src > | |
constexpr | CheckedNumericState (const CheckedNumericState< Src > &rhs) |
template<typename Src > | |
constexpr | CheckedNumericState (Src value) |
constexpr bool | is_valid () const |
constexpr T | value () const |
Friends | |
template<typename Src , NumericRepresentation type> | |
class | CheckedNumericState |
Definition at line 476 of file checked_math_impl.h.
|
inlineconstexpr |
Definition at line 498 of file checked_math_impl.h.
|
inlineconstexpr |
Definition at line 501 of file checked_math_impl.h.
|
inlineconstexpr |
Definition at line 509 of file checked_math_impl.h.
|
inlineexplicitconstexpr |
Definition at line 514 of file checked_math_impl.h.
|
inlineconstexpr |
Definition at line 518 of file checked_math_impl.h.
|
inlineconstexpr |
Definition at line 519 of file checked_math_impl.h.
|
friend |
Definition at line 496 of file checked_math_impl.h.