Home
last modified time | relevance | path

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

/third_party/boost/boost/move/detail/
Dtype_traits.hpp427 template<class T> struct is_floating_point_cv { static const bool value = false; }; argument
428 template<> struct is_floating_point_cv<float> { static const bool value = true; }; struct
429 template<> struct is_floating_point_cv<double> { static const bool value = true; }; struct
430 template<> struct is_floating_point_cv<long double> { static const bool value = true; }; argument