Searched defs:StrictNumeric (Results 1 – 1 of 1) sorted by relevance
146 constexpr StrictNumeric() : value_(0) {} in StrictNumeric() function150 constexpr StrictNumeric(const StrictNumeric<Src> &rhs) : value_(strict_cast<T>(rhs.value_)) in StrictNumeric() function156 constexpr StrictNumeric(Src value) : value_(strict_cast<T>(value)) in StrictNumeric() function