Home
last modified time | relevance | path

Searched defs:get_int_float_mixture (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/numeric/conversion/detail/
H A Dint_float_mixture.hpp36 struct get_int_float_mixture struct
38 typedef mpl::bool_< ::std::numeric_limits<S>::is_integer > S_int ;
39 typedef mpl::bool_< ::std::numeric_limits<T>::is_integer > T_int ;
43 type ;