Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/util/
H A Dmath.hpp478 struct rounding_cast struct
480 static inline Result apply(Source const& v) in apply()
488 struct rounding_cast<Source, Source, ResultIsInteger, SourceIsInteger> struct
490 static inline Source apply(Source const& v) in apply()
498 struct rounding_cast<Result, Source, true, false> struct
500 static inline Result apply(Source const& v) in apply()
769 inline Result rounding_cast(T const& v) in rounding_cast() function