Home
last modified time | relevance | path

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

/third_party/boost/boost/move/detail/
Dtype_traits.hpp440 template<class T> struct is_integral_cv { static const bool value = false; }; struct
441 template<> struct is_integral_cv< bool>{ static const bool value = true; }; argument
442 template<> struct is_integral_cv< char>{ static const bool value = true; }; argument
443 template<> struct is_integral_cv< unsigned char>{ static const bool value = true; }; argument
444 template<> struct is_integral_cv< signed char>{ static const bool value = true; }; argument
446 template<> struct is_integral_cv< char16_t>{ static const bool value = true; }; argument
449 template<> struct is_integral_cv< char32_t>{ static const bool value = true; }; struct
452 template<> struct is_integral_cv< wchar_t>{ static const bool value = true; }; argument
454 template<> struct is_integral_cv< short>{ static const bool value = true; }; argument
455 template<> struct is_integral_cv< unsigned short>{ static const bool value = true; }; argument
[all …]