Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/move/include/boost/move/detail/
Dtype_traits.hpp615 template<class T> struct is_integral_cv { static const bool value = false; }; argument
616 template<> struct is_integral_cv< bool>{ static const bool value = true; }; struct
617 template<> struct is_integral_cv< char>{ static const bool value = true; }; argument
618 template<> struct is_integral_cv< unsigned char>{ static const bool value = true; }; argument
619 template<> struct is_integral_cv< signed char>{ static const bool value = true; }; struct
621 template<> struct is_integral_cv< char16_t>{ static const bool value = true; }; argument
624 template<> struct is_integral_cv< char32_t>{ static const bool value = true; }; argument
627 template<> struct is_integral_cv< wchar_t>{ static const bool value = true; }; struct
629 template<> struct is_integral_cv< short>{ static const bool value = true; }; struct
630 template<> struct is_integral_cv< unsigned short>{ static const bool value = true; }; struct
[all …]