Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/move/include/boost/move/detail/
Dtype_traits.hpp585 struct make_unsigned_impl { typedef T type; }; argument
586 template <> struct make_unsigned_impl<signed char> { typedef unsigned char type; }; argument
587 template <> struct make_unsigned_impl<signed short> { typedef unsigned short type; }; argument
588 template <> struct make_unsigned_impl<signed int> { typedef unsigned int type; }; struct
589 template <> struct make_unsigned_impl<signed long> { typedef unsigned long type; }; struct
591 template <> struct make_unsigned_impl< ::boost::long_long_type > { typedef ::boost::ulong_long_ty… argument