Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/
H A Dis_copy_constructible.hpp23 template <class T> struct is_copy_constructible : public boost::is_constructible<T, const T&>{}; struct
25 template <> struct is_copy_constructible<void> : public false_type{}; struct
26 template <> struct is_copy_constructible<void const> : public false_type{}; struct
27 template <> struct is_copy_constructible<void const volatile> : public false_type{}; struct
28 template <> struct is_copy_constructible<void volatile> : public false_type{}; struct
53 …template <class T> struct is_copy_constructible : public detail::is_copy_constructible_imp<T, is_b… struct
55 template <> struct is_copy_constructible<void> : public false_type{}; struct
56 template <> struct is_copy_constructible<void const> : public false_type{}; struct
57 template <> struct is_copy_constructible<void const volatile> : public false_type{}; struct
58 template <> struct is_copy_constructible<void volatile> : public false_type{}; struct
[all …]
/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.hpp740 struct is_copy_constructible struct
759 static const bool value = sizeof(test(source<T>())) == sizeof(yes_type);