Home
last modified time | relevance | path

Searched defs:make_unsigned_impl (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/move/detail/
H A Dtype_traits.hpp410 struct make_unsigned_impl { typedef T type; }; struct
411 template <> struct make_unsigned_impl<signed char> { typedef unsigned char type; }; argument
412 template <> struct make_unsigned_impl<signed short> { typedef unsigned short type; }; argument
413 template <> struct make_unsigned_impl<signed int> { typedef unsigned int type; }; struct
414 template <> struct make_unsigned_impl<signed long> { typedef unsigned long type; }; argument
416 template <> struct make_unsigned_impl< ::boost::long_long_type > { typedef ::boost::ulong_long_ty… struct