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