Home
last modified time | relevance | path

Searched defs:is_nothrow_move_assignable (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/type_traits/include/boost/type_traits/
Dis_nothrow_move_assignable.hpp29 struct is_nothrow_move_assignable : public integral_constant<bool, BOOST_IS_NOTHROW_MOVE_ASSIGN(T)> struct
33 template <class T> struct is_nothrow_move_assignable<T const> : public false_type{}; struct
34 template <class T> struct is_nothrow_move_assignable<T volatile> : public false_type{}; struct
35 template <class T> struct is_nothrow_move_assignable<T const volatile> : public false_type{}; struct
36 template <class T> struct is_nothrow_move_assignable<T&> : public false_type{}; struct
38 template <class T> struct is_nothrow_move_assignable<T&&> : public false_type{}; struct
83 template <> struct is_nothrow_move_assignable<void> : public false_type{}; struct
85 template <> struct is_nothrow_move_assignable<void const> : public false_type{}; struct
86 template <> struct is_nothrow_move_assignable<void const volatile> : public false_type{}; struct
87 template <> struct is_nothrow_move_assignable<void volatile> : public false_type{}; struct
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__type_traits/
Dis_nothrow_move_assignable.h24 struct _LIBCPP_TEMPLATE_VIS is_nothrow_move_assignable struct
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__type_traits/
Dis_nothrow_move_assignable.h24 struct _LIBCPP_TEMPLATE_VIS is_nothrow_move_assignable struct
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__type_traits/
Dis_nothrow_move_assignable.h24 struct _LIBCPP_TEMPLATE_VIS is_nothrow_move_assignable struct
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__type_traits/
Dis_nothrow_assignable.h44 struct _LIBCPP_TEMPLATE_VIS is_nothrow_move_assignable struct
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__type_traits/
H A Dis_nothrow_assignable.h44 struct _LIBCPP_TEMPLATE_VIS is_nothrow_move_assignable struct
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__type_traits/
Dis_nothrow_assignable.h44 struct _LIBCPP_TEMPLATE_VIS is_nothrow_move_assignable struct
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/move/include/boost/move/detail/
Dtype_traits.hpp1053 struct is_nothrow_move_assignable struct
1054 { static const bool value = BOOST_MOVE_IS_NOTHROW_MOVE_ASSIGNABLE(T); };