Home
last modified time | relevance | path

Searched refs:is_nothrow_copy_assignable (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/detail/
H A Dtype_traits.hpp58 using ::boost::move_detail::is_nothrow_copy_assignable;
/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.hpp136 # if __has_feature(is_nothrow_copy_assignable)
876 struct is_nothrow_copy_assignable struct
/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 Dtype_traits190 is_nothrow_copy_assignable<_Tp>::value;
/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 Dtype_traits190 is_nothrow_copy_assignable<_Tp>::value;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/tao_tuple/28626e99/include/tao/tuple/
H A Dtuple.hpp285 noexcept( seq::is_all< std::is_nothrow_copy_assignable< Ts >::value... >::value ) in operator =()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dtuple445 …operator=(const __tuple_impl& __t) _NOEXCEPT_((__all<is_nothrow_copy_assignable<_Tp>::value...>::v…
873 _NOEXCEPT_((__all<is_nothrow_copy_assignable<_Tp>::value...>::value))
H A Dutility519 _NOEXCEPT_(is_nothrow_copy_assignable<first_type>::value &&
520 is_nothrow_copy_assignable<second_type>::value)
H A Dtype_traits131 template <class T> struct is_nothrow_copy_assignable;
353 = is_nothrow_copy_assignable<T>::value; // C++17
3991 // is_nothrow_copy_assignable
3993 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_nothrow_copy_assignable
4000 = is_nothrow_copy_assignable<_Tp>::value;
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dtuple445 …operator=(const __tuple_impl& __t) _NOEXCEPT_((__all<is_nothrow_copy_assignable<_Tp>::value...>::v…
873 _NOEXCEPT_((__all<is_nothrow_copy_assignable<_Tp>::value...>::value))
H A Dutility519 _NOEXCEPT_(is_nothrow_copy_assignable<first_type>::value &&
520 is_nothrow_copy_assignable<second_type>::value)
H A Dtype_traits131 template <class T> struct is_nothrow_copy_assignable;
353 = is_nothrow_copy_assignable<T>::value; // C++17
3991 // is_nothrow_copy_assignable
3993 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_nothrow_copy_assignable
4000 = is_nothrow_copy_assignable<_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 Dtype_traits1150 /// is_nothrow_copy_assignable
1152 struct is_nothrow_copy_assignable
3164 is_nothrow_copy_assignable<_Tp>::value;
/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 Dtype_traits1150 /// is_nothrow_copy_assignable
1152 struct is_nothrow_copy_assignable
3164 is_nothrow_copy_assignable<_Tp>::value;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/
H A Dvector.hpp313 static const bool nothrow_assign = is_nothrow_copy_assignable<T>::value || trivial_assign;