Home
last modified time | relevance | path

Searched defs:rounding_cast (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/geometry/util/
Dmath.hpp490 struct rounding_cast struct
492 static inline Result apply(Source const& v) in apply()
500 struct rounding_cast<Source, Source, ResultIsInteger, SourceIsInteger> struct
502 static inline Source apply(Source const& v) in apply()
510 struct rounding_cast<Result, Source, true, false> struct
512 static inline Result apply(Source const& v) in apply()
786 inline Result rounding_cast(T const& v) in rounding_cast() function