Home
last modified time | relevance | path

Searched defs:is_nothrow_move_constructible (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/type_traits/include/boost/type_traits/
Dis_nothrow_move_constructible.hpp27 struct is_nothrow_move_constructible : public integral_constant<bool, BOOST_IS_NOTHROW_MOVE_CONSTRU… struct
32 template <class T> struct is_nothrow_move_constructible<volatile T> : public ::boost::false_type {}; struct
33 template <class T> struct is_nothrow_move_constructible<const volatile T> : public ::boost::false_t… struct
83 template <> struct is_nothrow_move_constructible<void> : false_type{}; struct
85 template <> struct is_nothrow_move_constructible<void const> : false_type{}; struct
86 template <> struct is_nothrow_move_constructible<void volatile> : false_type{}; struct
87 template <> struct is_nothrow_move_constructible<void const volatile> : false_type{}; struct
90 template <class T> struct is_nothrow_move_constructible<T&> : public ::boost::true_type{}; struct
92 template <class T> struct is_nothrow_move_constructible<T&&> : public ::boost::true_type{}; struct
/aosp_15_r20/external/clang/test/SemaTemplate/
H A Dexception-spec-crash.cpp4 template <class _Tp> struct is_nothrow_move_constructible { struct
18 noexcept(is_nothrow_move_constructible<allocator_type>::value); argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__type_traits/
Dis_nothrow_constructible.h95 struct _LIBCPP_TEMPLATE_VIS is_nothrow_move_constructible struct
101 struct _LIBCPP_TEMPLATE_VIS is_nothrow_move_constructible struct
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__type_traits/
H A Dis_nothrow_constructible.h95 struct _LIBCPP_TEMPLATE_VIS is_nothrow_move_constructible struct
101 struct _LIBCPP_TEMPLATE_VIS is_nothrow_move_constructible struct
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__type_traits/
Dis_nothrow_move_constructible.h27 struct _LIBCPP_TEMPLATE_VIS is_nothrow_move_constructible struct
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__type_traits/
Dis_nothrow_move_constructible.h27 struct _LIBCPP_TEMPLATE_VIS is_nothrow_move_constructible struct
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__type_traits/
Dis_nothrow_move_constructible.h27 struct _LIBCPP_TEMPLATE_VIS is_nothrow_move_constructible struct
/aosp_15_r20/external/clang/test/Modules/Inputs/PR27401/
H A Da.h13 struct is_nothrow_move_constructible struct
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__type_traits/
Dis_nothrow_constructible.h42 struct _LIBCPP_TEMPLATE_VIS is_nothrow_move_constructible struct
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/variant/include/boost/variant/
Drecursive_wrapper_fwd.hpp71 template <class T> struct is_nothrow_move_constructible<recursive_wrapper<T> > : boost::false_type{… struct
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/move/include/boost/move/detail/
Dtype_traits.hpp1039 struct is_nothrow_move_constructible struct
1040 { static const bool value = BOOST_MOVE_IS_NOTHROW_MOVE_CONSTRUCTIBLE(T); };