Home
last modified time | relevance | path

Searched defs:raw_converter (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/
H A Dconverter_policies.hpp182 struct raw_converter struct
184 typedef typename Traits::result_type result_type ;
185 typedef typename Traits::argument_type argument_type ;
187 static result_type low_level_convert ( argument_type s ) { return static_cast<result_type>(s) ; } in low_level_convert()