Searched defs:rounding_cast (Results 1 – 1 of 1) sorted by relevance
490 struct rounding_cast struct492 static inline Result apply(Source const& v) in apply()500 struct rounding_cast<Source, Source, ResultIsInteger, SourceIsInteger> struct502 static inline Source apply(Source const& v) in apply()510 struct rounding_cast<Result, Source, true, false> struct512 static inline Result apply(Source const& v) in apply()786 inline Result rounding_cast(T const& v) in rounding_cast() function