Home
last modified time | relevance | path

Searched refs:is_copy_constructible (Results 1 – 25 of 49) sorted by relevance

12

/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 …]
H A Dhas_trivial_copy.hpp19 #define BOOST_TT_TRIVIAL_CONSTRUCT_FIX && is_copy_constructible<T>::value
H A Dhas_nothrow_copy.hpp54 …uctor : public detail::has_nothrow_copy_constructor_imp<T, boost::is_copy_constructible<T>::value>…
H A Dintrinsics.hpp196 …ow_copy(T) && !is_volatile<T>::value && !is_reference<T>::value && is_copy_constructible<T>::value)
263 …L_TT_OPTS) && !is_volatile<T>::value && !is_reference<T>::value && is_copy_constructible<T>::value)
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dany208 is_copy_constructible<_Tp>::value>
217 is_copy_constructible<_Tp>::value
227 is_copy_constructible<_Tp>::value>
253 && is_copy_constructible<_Tp>::value>
262 is_copy_constructible<_Tp>::value>
271 is_copy_constructible<_Tp>::value>
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dany208 is_copy_constructible<_Tp>::value>
217 is_copy_constructible<_Tp>::value
227 is_copy_constructible<_Tp>::value>
253 && is_copy_constructible<_Tp>::value>
262 is_copy_constructible<_Tp>::value>
271 is_copy_constructible<_Tp>::value>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/
H A Dtraits.hpp69 !is_copy_constructible<T>::value;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/experimental/bits/
H A Dnet.h68 is_copy_constructible<_Tp>, is_move_constructible<_Tp>, in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Dnested_exception.h122 = __and_<is_copy_constructible<_Up>, is_move_constructible<_Up>>; in throw_with_nested()
H A Dmove.h108 is_copy_constructible<_Tp>>::type { }; in _GLIBCXX_VISIBILITY()
H A Dallocator.h312 = __or_<is_copy_constructible<typename _Tp::value_type>, in _GLIBCXX_VISIBILITY()
H A Dunique_ptr.h293 typename = _Require<is_copy_constructible<_Del>>> in _GLIBCXX_VISIBILITY()
561 is_copy_constructible<_Del>>> in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Dnested_exception.h122 = __and_<is_copy_constructible<_Up>, is_move_constructible<_Up>>; in throw_with_nested()
H A Dmove.h108 is_copy_constructible<_Tp>>::type { }; in _GLIBCXX_VISIBILITY()
H A Dallocator.h312 = __or_<is_copy_constructible<typename _Tp::value_type>, in _GLIBCXX_VISIBILITY()
H A Dunique_ptr.h293 typename = _Require<is_copy_constructible<_Del>>> in _GLIBCXX_VISIBILITY()
561 is_copy_constructible<_Del>>> in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/experimental/bits/
H A Dnet.h68 is_copy_constructible<_Tp>, is_move_constructible<_Tp>, in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/experimental/
H A Dany170 static_assert(is_copy_constructible<_Tp>::value,
183 static_assert(is_copy_constructible<_Tp>::value,
288 { return __or_<is_reference<_Tp>, is_copy_constructible<_Tp>>::value; }
429 using __is_copyable = is_copy_constructible<_Up>;
H A Doptional432 is_copy_constructible<_Tp>::value,
434 __and_<is_copy_constructible<_Tp>, is_copy_assignable<_Tp>>::value,
718 static_assert(__and_<is_copy_constructible<_Tp>,
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/experimental/
H A Dany170 static_assert(is_copy_constructible<_Tp>::value,
183 static_assert(is_copy_constructible<_Tp>::value,
288 { return __or_<is_reference<_Tp>, is_copy_constructible<_Tp>>::value; }
429 using __is_copyable = is_copy_constructible<_Up>;
H A Doptional432 is_copy_constructible<_Tp>::value,
434 __and_<is_copy_constructible<_Tp>, is_copy_assignable<_Tp>>::value,
718 static_assert(__and_<is_copy_constructible<_Tp>,
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Dany134 = enable_if<__and_<is_copy_constructible<_Tp>,
185 enable_if_t<is_copy_constructible<_VTp>::value
252 enable_if_t<is_copy_constructible<_Decay_if_not_any<_Tp>>::value, any&>
345 { return __or_<is_reference<_Tp>, is_copy_constructible<_Tp>>::value; }
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Dany134 = enable_if<__and_<is_copy_constructible<_Tp>,
185 enable_if_t<is_copy_constructible<_VTp>::value
252 enable_if_t<is_copy_constructible<_Decay_if_not_any<_Tp>>::value, any&>
345 { return __or_<is_reference<_Tp>, is_copy_constructible<_Tp>>::value; }
/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.hpp239 … (::boost::move_detail::is_copy_constructible<T>::value &&\
740 struct is_copy_constructible struct
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/tao_tuple/28626e99/include/tao/tuple/
H A Dtuple.hpp376 …name = impl::enable_if_t< seq::is_all< impl::dependent_type< std::is_copy_constructible< Ts >, dum…
422 …name = impl::enable_if_t< seq::is_all< impl::dependent_type< std::is_copy_constructible< Ts >, dum…

12