Home
last modified time | relevance | path

Searched refs:is_nothrow_copy_constructible (Results 1 – 25 of 50) sorted by relevance

12

/third_party/json/test/src/
Dunit-noexcept.cpp80 …CHECK(std::is_nothrow_copy_constructible<json::exception>::value == std::is_nothrow_copy_construct…
81 …CHECK(std::is_nothrow_copy_constructible<json::parse_error>::value == std::is_nothrow_copy_constru…
82 …CHECK(std::is_nothrow_copy_constructible<json::invalid_iterator>::value == std::is_nothrow_copy_co…
83 …CHECK(std::is_nothrow_copy_constructible<json::type_error>::value == std::is_nothrow_copy_construc…
84 …CHECK(std::is_nothrow_copy_constructible<json::out_of_range>::value == std::is_nothrow_copy_constr…
85 …CHECK(std::is_nothrow_copy_constructible<json::other_error>::value == std::is_nothrow_copy_constru…
Dunit-concepts.cpp132 CHECK(std::is_nothrow_copy_constructible<json::iterator>::value);
133 CHECK(std::is_nothrow_copy_constructible<json::const_iterator>::value);
/third_party/boost/libs/variant2/test/
Dvariant_copy_construct.cpp32 STATIC_ASSERT( !std::is_nothrow_copy_constructible<X1>::value );
45 STATIC_ASSERT( !std::is_nothrow_copy_constructible<X2>::value );
136 BOOST_TEST_TRAIT_TRUE((std::is_nothrow_copy_constructible<variant<int>>)); in main()
137 BOOST_TEST_TRAIT_TRUE((std::is_nothrow_copy_constructible<variant<int const>>)); in main()
138 BOOST_TEST_TRAIT_TRUE((std::is_nothrow_copy_constructible<variant<int, int>>)); in main()
139 BOOST_TEST_TRAIT_TRUE((std::is_nothrow_copy_constructible<variant<int, float>>)); in main()
140 … BOOST_TEST_TRAIT_TRUE((std::is_nothrow_copy_constructible<variant<int, int, float, float>>)); in main()
142 BOOST_TEST_TRAIT_FALSE((std::is_nothrow_copy_constructible<variant<X1>>)); in main()
143 BOOST_TEST_TRAIT_FALSE((std::is_nothrow_copy_constructible<variant<X1, int>>)); in main()
144 BOOST_TEST_TRAIT_FALSE((std::is_nothrow_copy_constructible<variant<X1, int, float>>)); in main()
[all …]
Dvariant_special.cpp75 …BOOST_TEST_EQ( std::is_nothrow_copy_constructible<variant<U>>::value, std::is_nothrow_copy_constru… in operator ()()
92 …_EQ( std::is_nothrow_copy_assignable<variant<U>>::value, std::is_nothrow_copy_constructible<U>::va… in operator ()()
Dvariant_valueless.cpp39 STATIC_ASSERT( std::is_nothrow_copy_constructible<X1>::value );
62 STATIC_ASSERT( std::is_nothrow_copy_constructible<X2>::value );
88 STATIC_ASSERT( !std::is_nothrow_copy_constructible<X3>::value );
98 STATIC_ASSERT( std::is_nothrow_copy_constructible<monostate>::value );
Dvariant_move_construct.cpp30 STATIC_ASSERT( !std::is_nothrow_copy_constructible<X1>::value );
43 STATIC_ASSERT( !std::is_nothrow_copy_constructible<X2>::value );
Dvariant_subset.cpp39 STATIC_ASSERT( !std::is_nothrow_copy_constructible<X1>::value );
59 STATIC_ASSERT( !std::is_nothrow_copy_constructible<X2>::value );
Dvariant_convert_construct.cpp35 STATIC_ASSERT( !std::is_nothrow_copy_constructible<X1>::value );
55 STATIC_ASSERT( !std::is_nothrow_copy_constructible<X2>::value );
Dvariant_emplace_type.cpp35 STATIC_ASSERT( !std::is_nothrow_copy_constructible<X1>::value );
55 STATIC_ASSERT( !std::is_nothrow_copy_constructible<X2>::value );
Dvariant_value_assign.cpp35 STATIC_ASSERT( !std::is_nothrow_copy_constructible<X1>::value );
55 STATIC_ASSERT( !std::is_nothrow_copy_constructible<X2>::value );
Dvariant_emplace_index.cpp35 STATIC_ASSERT( !std::is_nothrow_copy_constructible<X1>::value );
55 STATIC_ASSERT( !std::is_nothrow_copy_constructible<X2>::value );
Dvariant_copy_assign.cpp35 STATIC_ASSERT( !std::is_nothrow_copy_constructible<X1>::value );
55 STATIC_ASSERT( !std::is_nothrow_copy_constructible<X2>::value );
Dvariant_move_assign.cpp35 STATIC_ASSERT( !std::is_nothrow_copy_constructible<X1>::value );
55 STATIC_ASSERT( !std::is_nothrow_copy_constructible<X2>::value );
Dvariant_swap.cpp35 STATIC_ASSERT( !std::is_nothrow_copy_constructible<X1>::value );
55 STATIC_ASSERT( !std::is_nothrow_copy_constructible<X2>::value );
/third_party/boost/libs/outcome/test/tests/
Dnoexcept-propagation.cpp45 BOOST_CHECK(std::is_nothrow_copy_constructible<type>::value);
53 …BOOST_CHECK(std::is_nothrow_copy_constructible<type>::value == std::is_nothrow_copy_constructible<…
77 BOOST_CHECK(!std::is_nothrow_copy_constructible<type>::value);
Dexperimental-core-result-status.cpp279 static_assert(!std::is_nothrow_copy_constructible<decltype(a)>::value, "");
296 static_assert(!std::is_nothrow_copy_constructible<decltype(d)>::value, "");
313 static_assert(!std::is_nothrow_copy_constructible<decltype(e)>::value, "");
Dcore-result.cpp292 static_assert(std::is_nothrow_copy_constructible<decltype(a)>::value, "");
312 static_assert(!std::is_nothrow_copy_constructible<decltype(d)>::value, "");
329 static_assert(!std::is_nothrow_copy_constructible<decltype(e)>::value, "");
/third_party/boost/boost/poly_collection/detail/
Dvalue_holder.hpp76 using is_nothrow_copy_constructible=std::is_nothrow_copy_constructible<T>; typedef in boost::poly_collection::detail::value_holder
96 noexcept(is_nothrow_copy_constructible::value) in value_holder()
117 noexcept(is_nothrow_copy_constructible::value) in value_holder()
134 noexcept(is_nothrow_copy_constructible::value) in value_holder()
143 noexcept(is_nothrow_copy_constructible::value) in value_holder()
/third_party/boost/libs/mp11/test/
Dmp_any.cpp20 template<class... T> using check1 = mp_any<std::is_nothrow_copy_constructible<T>..., mp_any<std::is…
21 template<class... T> using check2 = mp_any<mp_any<std::is_nothrow_copy_constructible<T>...>, std::i…
22 template<class... T> using check3 = mp_any<mp_all<std::is_nothrow_copy_constructible<T>...>, std::i…
/third_party/boost/boost/asio/detail/
Dtype_traits.hpp73 using std::is_nothrow_copy_constructible;
120 struct is_nothrow_copy_constructible : boost::has_nothrow_copy<T> {};
/third_party/boost/boost/hof/detail/
Dintrinsics.hpp58 #define BOOST_HOF_IS_NOTHROW_COPY_CONSTRUCTIBLE(...) (std::is_nothrow_copy_constructible<__VA_ARGS_…
60 #define BOOST_HOF_IS_NOTHROW_COPY_CONSTRUCTIBLE(...) std::is_nothrow_copy_constructible<__VA_ARGS__…
/third_party/boost/boost/outcome/experimental/status-code/
Derrored_status_code.hpp81 …explicit errored_status_code(const _base &o) noexcept(std::is_nothrow_copy_constructible<_base>::v… in errored_status_code()
133 …explicit errored_status_code(const value_type &v) noexcept(std::is_nothrow_copy_constructible<valu… in errored_status_code()
150 …_code(const status_code<erased<ErasedType>> &v) noexcept(std::is_nothrow_copy_constructible<value_… in errored_status_code()
199 …explicit errored_status_code(const _base &o) noexcept(std::is_nothrow_copy_constructible<_base>::v… in errored_status_code()
/third_party/boost/libs/smart_ptr/test/
Dsp_nothrow_test.cpp33 BOOST_TEST_TRAIT_TRUE(( std::is_nothrow_copy_constructible<T> )); in test_copy()
/third_party/boost/boost/container/detail/
Dtype_traits.hpp56 using ::boost::move_detail::is_nothrow_copy_constructible;
/third_party/boost/boost/hana/
Dtraits.hpp89 …constexpr auto is_nothrow_copy_constructible = detail::hana_trait<std::is_nothrow_copy_constructib…

12