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 (Src value) |
template<typename Src > | |
constexpr | CheckedNumericState (const CheckedNumericState< Src > &rhs) |
constexpr bool | is_valid () const |
constexpr T | value () const |
Friends | |
template<typename Src , NumericRepresentation type> | |
class | CheckedNumericState |
Definition at line 524 of file checked_math_impl.h.
|
inlineconstexpr |
Definition at line 544 of file checked_math_impl.h.
|
inlineconstexpr |
Definition at line 547 of file checked_math_impl.h.
|
inlineexplicitconstexpr |
Definition at line 551 of file checked_math_impl.h.
|
inlineconstexpr |
Definition at line 558 of file checked_math_impl.h.
|
inlineconstexpr |
Definition at line 563 of file checked_math_impl.h.
|
inlineconstexpr |
Definition at line 570 of file checked_math_impl.h.
|
friend |
Definition at line 542 of file checked_math_impl.h.