Home
last modified time | relevance | path

Searched defs:cast_unsigned (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/spirit/home/qi/numeric/detail/
H A Dnumeric_utils.hpp519 struct cast_unsigned<T, true> struct
521 typedef typename make_unsigned<T>::type unsigned_type;
522 typedef typename make_unsigned<T>::type& unsigned_type_ref;
524 inline static unsigned_type_ref call(T& n) in call()
531 struct cast_unsigned<T, false> struct
533 inline static T& call(T& n) in call()