Home
last modified time | relevance | path

Searched refs:has_trivial_copy (Results 1 – 8 of 8) 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 Dhas_trivial_copy.hpp31 template <typename T> struct has_trivial_copy struct
40 template <typename T, std::size_t N> struct has_trivial_copy<T[N]> : public false_type{}; struct
41 template <typename T> struct has_trivial_copy<T[]> : public false_type{}; struct
43 template <typename T> struct has_trivial_copy<T volatile> : public false_type{}; struct
45 template <> struct has_trivial_copy<void> : public false_type{}; struct
47 template <> struct has_trivial_copy<void const> : public false_type{}; struct
48 template <> struct has_trivial_copy<void volatile> : public false_type{}; struct
49 template <> struct has_trivial_copy<void const volatile> : public false_type{}; struct
52 template <class T> struct has_trivial_copy<T&> : public false_type{}; struct
54 template <class T> struct has_trivial_copy<T&&> : public false_type{}; struct
[all …]
H A Dis_stateless.hpp25 && ::boost::has_trivial_copy<T>::value
H A Dhas_nothrow_copy.hpp62 …s_nothrow_copy_constructor : public integral_constant<bool, ::boost::has_trivial_copy<T>::value>{};
H A Dintrinsics.hpp108 # define BOOST_HAS_NOTHROW_COPY(T) ((__has_nothrow_copy(T) || ::boost::has_trivial_copy<T>::value…
183 # if __has_feature(has_trivial_copy)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/
H A Dvarray_detail.hpp256 ::boost::has_trivial_copy< in uninitialized_copy()
311 ::boost::has_trivial_copy< in uninitialized_move()
564 ::boost::has_trivial_copy<P> in construct()
/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.hpp121 # if __has_feature(has_trivial_copy)
/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/tr1/
H A Dtype_traits513 struct has_trivial_copy
/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/tr1/
H A Dtype_traits513 struct has_trivial_copy