Searched defs:rounding_cast (Results 1 – 1 of 1) sorted by relevance
478 struct rounding_cast struct480 static inline Result apply(Source const& v) in apply()488 struct rounding_cast<Source, Source, ResultIsInteger, SourceIsInteger> struct490 static inline Source apply(Source const& v) in apply()498 struct rounding_cast<Result, Source, true, false> struct500 static inline Result apply(Source const& v) in apply()769 inline Result rounding_cast(T const& v) in rounding_cast() function