Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/type_traits/include/boost/type_traits/
Dis_nothrow_swappable.hpp22 template <class T> struct is_nothrow_swappable : boost::integral_constant<bool, struct
59 template<class T> struct is_nothrow_swappable: type_traits_swappable_detail::is_nothrow_swappable_h… struct
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__type_traits/
Dis_swappable.h99 struct _LIBCPP_TEMPLATE_VIS is_nothrow_swappable : bool_constant<is_nothrow_swappable_v<_Tp>> {}; struct
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/move/include/boost/move/detail/
Dtype_traits.hpp1060 struct is_nothrow_swappable struct
1062 static const bool value = is_empty<T>::value || is_pod<T>::value;