Home
last modified time | relevance | path

Searched refs:is_nothrow_move_constructible (Results 1 – 25 of 2893) sorted by relevance

12345678910>>...116

/dports/devel/boost-docs/boost_1_72_0/libs/type_traits/test/
H A Dis_nothrow_move_constructible_test.cpp54 TT_TEST_BEGIN(is_nothrow_move_constructible)
56 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_nothrow_move_constructible<bool>::value, true);
72 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_nothrow_move_constructible<char>::value, true);
84 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_nothrow_move_constructible<short>::value, true);
96 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_nothrow_move_constructible<int>::value, true);
108 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_nothrow_move_constructible<long>::value, true);
209 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_nothrow_move_constructible<int>::value, true);
212 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_nothrow_move_constructible<f1>::value, true);
213 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_nothrow_move_constructible<f2>::value, true);
214 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_nothrow_move_constructible<f3>::value, true);
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/type_traits/test/
H A Dis_nothrow_move_constructible_test.cpp54 TT_TEST_BEGIN(is_nothrow_move_constructible)
56 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_nothrow_move_constructible<bool>::value, true);
72 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_nothrow_move_constructible<char>::value, true);
84 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_nothrow_move_constructible<short>::value, true);
96 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_nothrow_move_constructible<int>::value, true);
108 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_nothrow_move_constructible<long>::value, true);
209 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_nothrow_move_constructible<int>::value, true);
212 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_nothrow_move_constructible<f1>::value, true);
213 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_nothrow_move_constructible<f2>::value, true);
214 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_nothrow_move_constructible<f3>::value, true);
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/type_traits/test/
H A Dis_nothrow_move_constructible_test.cpp54 TT_TEST_BEGIN(is_nothrow_move_constructible)
56 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_nothrow_move_constructible<bool>::value, true);
72 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_nothrow_move_constructible<char>::value, true);
84 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_nothrow_move_constructible<short>::value, true);
96 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_nothrow_move_constructible<int>::value, true);
108 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_nothrow_move_constructible<long>::value, true);
209 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_nothrow_move_constructible<int>::value, true);
212 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_nothrow_move_constructible<f1>::value, true);
213 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_nothrow_move_constructible<f2>::value, true);
214 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_nothrow_move_constructible<f3>::value, true);
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/type_traits/test/
H A Dis_nothrow_move_constructible_test.cpp54 TT_TEST_BEGIN(is_nothrow_move_constructible)
56 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_nothrow_move_constructible<bool>::value, true);
72 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_nothrow_move_constructible<char>::value, true);
84 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_nothrow_move_constructible<short>::value, true);
96 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_nothrow_move_constructible<int>::value, true);
108 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_nothrow_move_constructible<long>::value, true);
209 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_nothrow_move_constructible<int>::value, true);
212 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_nothrow_move_constructible<f1>::value, true);
213 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_nothrow_move_constructible<f2>::value, true);
214 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_nothrow_move_constructible<f3>::value, true);
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/type_traits/test/
H A Dis_nothrow_move_constructible_test.cpp16 TT_TEST_BEGIN(is_nothrow_move_constructible)
18 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_nothrow_move_constructible<bool>::value, true);
19 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_nothrow_move_constructible<bool const>::value, true);
34 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_nothrow_move_constructible<char>::value, true);
46 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_nothrow_move_constructible<short>::value, true);
58 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_nothrow_move_constructible<int>::value, true);
70 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_nothrow_move_constructible<long>::value, true);
174 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_nothrow_move_constructible<f1>::value, true);
175 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_nothrow_move_constructible<f2>::value, true);
176 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_nothrow_move_constructible<f3>::value, true);
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/type_traits/test/
H A Dis_nothrow_move_constructible_test.cpp16 TT_TEST_BEGIN(is_nothrow_move_constructible)
18 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_nothrow_move_constructible<bool>::value, true);
19 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_nothrow_move_constructible<bool const>::value, true);
34 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_nothrow_move_constructible<char>::value, true);
46 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_nothrow_move_constructible<short>::value, true);
58 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_nothrow_move_constructible<int>::value, true);
70 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_nothrow_move_constructible<long>::value, true);
174 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_nothrow_move_constructible<f1>::value, true);
175 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_nothrow_move_constructible<f2>::value, true);
176 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_nothrow_move_constructible<f3>::value, true);
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/type_traits/test/
H A Dis_nothrow_move_constructible_test.cpp16 TT_TEST_BEGIN(is_nothrow_move_constructible)
18 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_nothrow_move_constructible<bool>::value, true);
19 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_nothrow_move_constructible<bool const>::value, true);
34 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_nothrow_move_constructible<char>::value, true);
46 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_nothrow_move_constructible<short>::value, true);
58 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_nothrow_move_constructible<int>::value, true);
70 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_nothrow_move_constructible<long>::value, true);
174 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_nothrow_move_constructible<f1>::value, true);
175 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_nothrow_move_constructible<f2>::value, true);
176 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_nothrow_move_constructible<f3>::value, true);
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/type_traits/test/
H A Dis_nothrow_move_constructible_test.cpp16 TT_TEST_BEGIN(is_nothrow_move_constructible)
18 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_nothrow_move_constructible<bool>::value, true);
19 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_nothrow_move_constructible<bool const>::value, true);
34 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_nothrow_move_constructible<char>::value, true);
46 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_nothrow_move_constructible<short>::value, true);
58 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_nothrow_move_constructible<int>::value, true);
70 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_nothrow_move_constructible<long>::value, true);
174 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_nothrow_move_constructible<f1>::value, true);
175 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_nothrow_move_constructible<f2>::value, true);
176 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_nothrow_move_constructible<f3>::value, true);
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/type_traits/test/
H A Dis_nothrow_move_constructible_test.cpp16 TT_TEST_BEGIN(is_nothrow_move_constructible)
18 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_nothrow_move_constructible<bool>::value, true);
19 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_nothrow_move_constructible<bool const>::value, true);
34 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_nothrow_move_constructible<char>::value, true);
46 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_nothrow_move_constructible<short>::value, true);
58 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_nothrow_move_constructible<int>::value, true);
70 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_nothrow_move_constructible<long>::value, true);
174 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_nothrow_move_constructible<f1>::value, true);
175 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_nothrow_move_constructible<f2>::value, true);
176 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_nothrow_move_constructible<f3>::value, true);
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/20_util/is_nothrow_move_constructible/
H A Dvalue.cc25 using std::is_nothrow_move_constructible; in test01()
31 static_assert(test_category<is_nothrow_move_constructible, in test01()
34 static_assert(test_category<is_nothrow_move_constructible, in test01()
36 static_assert(test_category<is_nothrow_move_constructible, in test01()
38 static_assert(test_category<is_nothrow_move_constructible, in test01()
41 static_assert(test_property<is_nothrow_move_constructible, in test01()
46 static_assert(test_category<is_nothrow_move_constructible, in test01()
48 static_assert(test_category<is_nothrow_move_constructible, in test01()
50 static_assert(test_category<is_nothrow_move_constructible, in test01()
52 static_assert(test_category<is_nothrow_move_constructible, in test01()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/20_util/is_nothrow_move_constructible/
H A Dvalue.cc25 using std::is_nothrow_move_constructible; in test01()
31 static_assert(test_category<is_nothrow_move_constructible, in test01()
34 static_assert(test_category<is_nothrow_move_constructible, in test01()
36 static_assert(test_category<is_nothrow_move_constructible, in test01()
38 static_assert(test_category<is_nothrow_move_constructible, in test01()
41 static_assert(test_property<is_nothrow_move_constructible, in test01()
46 static_assert(test_category<is_nothrow_move_constructible, in test01()
48 static_assert(test_category<is_nothrow_move_constructible, in test01()
50 static_assert(test_category<is_nothrow_move_constructible, in test01()
52 static_assert(test_category<is_nothrow_move_constructible, in test01()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/testsuite/20_util/is_nothrow_move_constructible/
H A Dvalue.cc25 using std::is_nothrow_move_constructible; in test01()
31 static_assert(test_category<is_nothrow_move_constructible, in test01()
34 static_assert(test_category<is_nothrow_move_constructible, in test01()
36 static_assert(test_category<is_nothrow_move_constructible, in test01()
38 static_assert(test_category<is_nothrow_move_constructible, in test01()
41 static_assert(test_property<is_nothrow_move_constructible, in test01()
46 static_assert(test_category<is_nothrow_move_constructible, in test01()
48 static_assert(test_category<is_nothrow_move_constructible, in test01()
50 static_assert(test_category<is_nothrow_move_constructible, in test01()
52 static_assert(test_category<is_nothrow_move_constructible, in test01()
[all …]
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/20_util/is_nothrow_move_constructible/
H A Dvalue.cc25 using std::is_nothrow_move_constructible; in test01()
31 static_assert(test_category<is_nothrow_move_constructible, in test01()
34 static_assert(test_category<is_nothrow_move_constructible, in test01()
36 static_assert(test_category<is_nothrow_move_constructible, in test01()
38 static_assert(test_category<is_nothrow_move_constructible, in test01()
41 static_assert(test_property<is_nothrow_move_constructible, in test01()
46 static_assert(test_category<is_nothrow_move_constructible, in test01()
48 static_assert(test_category<is_nothrow_move_constructible, in test01()
50 static_assert(test_category<is_nothrow_move_constructible, in test01()
52 static_assert(test_category<is_nothrow_move_constructible, in test01()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/20_util/is_nothrow_move_constructible/
H A Dvalue.cc25 using std::is_nothrow_move_constructible; in test01()
31 static_assert(test_category<is_nothrow_move_constructible, in test01()
34 static_assert(test_category<is_nothrow_move_constructible, in test01()
36 static_assert(test_category<is_nothrow_move_constructible, in test01()
38 static_assert(test_category<is_nothrow_move_constructible, in test01()
41 static_assert(test_property<is_nothrow_move_constructible, in test01()
46 static_assert(test_category<is_nothrow_move_constructible, in test01()
48 static_assert(test_category<is_nothrow_move_constructible, in test01()
50 static_assert(test_category<is_nothrow_move_constructible, in test01()
52 static_assert(test_category<is_nothrow_move_constructible, in test01()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/20_util/is_nothrow_move_constructible/
H A Dvalue.cc25 using std::is_nothrow_move_constructible; in test01()
31 static_assert(test_category<is_nothrow_move_constructible, in test01()
34 static_assert(test_category<is_nothrow_move_constructible, in test01()
36 static_assert(test_category<is_nothrow_move_constructible, in test01()
38 static_assert(test_category<is_nothrow_move_constructible, in test01()
41 static_assert(test_property<is_nothrow_move_constructible, in test01()
46 static_assert(test_category<is_nothrow_move_constructible, in test01()
48 static_assert(test_category<is_nothrow_move_constructible, in test01()
50 static_assert(test_category<is_nothrow_move_constructible, in test01()
52 static_assert(test_category<is_nothrow_move_constructible, in test01()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libstdc++-v3/testsuite/20_util/is_nothrow_move_constructible/
H A Dvalue.cc26 using std::is_nothrow_move_constructible; in test01()
32 static_assert(test_category<is_nothrow_move_constructible, in test01()
35 static_assert(test_category<is_nothrow_move_constructible, in test01()
37 static_assert(test_category<is_nothrow_move_constructible, in test01()
39 static_assert(test_category<is_nothrow_move_constructible, in test01()
42 static_assert(test_property<is_nothrow_move_constructible, in test01()
47 static_assert(test_category<is_nothrow_move_constructible, in test01()
49 static_assert(test_category<is_nothrow_move_constructible, in test01()
51 static_assert(test_category<is_nothrow_move_constructible, in test01()
53 static_assert(test_category<is_nothrow_move_constructible, in test01()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/testsuite/20_util/is_nothrow_move_constructible/
H A Dvalue.cc25 using std::is_nothrow_move_constructible; in test01()
31 static_assert(test_category<is_nothrow_move_constructible, in test01()
34 static_assert(test_category<is_nothrow_move_constructible, in test01()
36 static_assert(test_category<is_nothrow_move_constructible, in test01()
38 static_assert(test_category<is_nothrow_move_constructible, in test01()
41 static_assert(test_property<is_nothrow_move_constructible, in test01()
46 static_assert(test_category<is_nothrow_move_constructible, in test01()
48 static_assert(test_category<is_nothrow_move_constructible, in test01()
50 static_assert(test_category<is_nothrow_move_constructible, in test01()
52 static_assert(test_category<is_nothrow_move_constructible, in test01()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/20_util/is_nothrow_move_constructible/
H A Dvalue.cc25 using std::is_nothrow_move_constructible; in test01()
31 static_assert(test_category<is_nothrow_move_constructible, in test01()
34 static_assert(test_category<is_nothrow_move_constructible, in test01()
36 static_assert(test_category<is_nothrow_move_constructible, in test01()
38 static_assert(test_category<is_nothrow_move_constructible, in test01()
41 static_assert(test_property<is_nothrow_move_constructible, in test01()
46 static_assert(test_category<is_nothrow_move_constructible, in test01()
48 static_assert(test_category<is_nothrow_move_constructible, in test01()
50 static_assert(test_category<is_nothrow_move_constructible, in test01()
52 static_assert(test_category<is_nothrow_move_constructible, in test01()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libstdc++-v3/testsuite/20_util/is_nothrow_move_constructible/
H A Dvalue.cc26 using std::is_nothrow_move_constructible; in test01()
32 static_assert(test_category<is_nothrow_move_constructible, in test01()
35 static_assert(test_category<is_nothrow_move_constructible, in test01()
37 static_assert(test_category<is_nothrow_move_constructible, in test01()
39 static_assert(test_category<is_nothrow_move_constructible, in test01()
42 static_assert(test_property<is_nothrow_move_constructible, in test01()
47 static_assert(test_category<is_nothrow_move_constructible, in test01()
49 static_assert(test_category<is_nothrow_move_constructible, in test01()
51 static_assert(test_category<is_nothrow_move_constructible, in test01()
53 static_assert(test_category<is_nothrow_move_constructible, in test01()
[all …]
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/testsuite/20_util/is_nothrow_move_constructible/
H A Dvalue.cc25 using std::is_nothrow_move_constructible; in test01()
31 static_assert(test_category<is_nothrow_move_constructible, in test01()
34 static_assert(test_category<is_nothrow_move_constructible, in test01()
36 static_assert(test_category<is_nothrow_move_constructible, in test01()
38 static_assert(test_category<is_nothrow_move_constructible, in test01()
41 static_assert(test_property<is_nothrow_move_constructible, in test01()
46 static_assert(test_category<is_nothrow_move_constructible, in test01()
48 static_assert(test_category<is_nothrow_move_constructible, in test01()
50 static_assert(test_category<is_nothrow_move_constructible, in test01()
52 static_assert(test_category<is_nothrow_move_constructible, in test01()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/20_util/is_nothrow_move_constructible/
H A Dvalue.cc25 using std::is_nothrow_move_constructible; in test01()
31 static_assert(test_category<is_nothrow_move_constructible, in test01()
34 static_assert(test_category<is_nothrow_move_constructible, in test01()
36 static_assert(test_category<is_nothrow_move_constructible, in test01()
38 static_assert(test_category<is_nothrow_move_constructible, in test01()
41 static_assert(test_property<is_nothrow_move_constructible, in test01()
46 static_assert(test_category<is_nothrow_move_constructible, in test01()
48 static_assert(test_category<is_nothrow_move_constructible, in test01()
50 static_assert(test_category<is_nothrow_move_constructible, in test01()
52 static_assert(test_category<is_nothrow_move_constructible, in test01()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libstdc++-v3/testsuite/20_util/is_nothrow_move_constructible/
H A Dvalue.cc26 using std::is_nothrow_move_constructible; in test01()
32 static_assert(test_category<is_nothrow_move_constructible, in test01()
35 static_assert(test_category<is_nothrow_move_constructible, in test01()
37 static_assert(test_category<is_nothrow_move_constructible, in test01()
39 static_assert(test_category<is_nothrow_move_constructible, in test01()
42 static_assert(test_property<is_nothrow_move_constructible, in test01()
47 static_assert(test_category<is_nothrow_move_constructible, in test01()
49 static_assert(test_category<is_nothrow_move_constructible, in test01()
51 static_assert(test_category<is_nothrow_move_constructible, in test01()
53 static_assert(test_category<is_nothrow_move_constructible, in test01()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/libstdc++-v3/testsuite/20_util/is_nothrow_move_constructible/
H A Dvalue.cc25 using std::is_nothrow_move_constructible; in test01()
31 static_assert(test_category<is_nothrow_move_constructible, in test01()
34 static_assert(test_category<is_nothrow_move_constructible, in test01()
36 static_assert(test_category<is_nothrow_move_constructible, in test01()
38 static_assert(test_category<is_nothrow_move_constructible, in test01()
41 static_assert(test_property<is_nothrow_move_constructible, in test01()
46 static_assert(test_category<is_nothrow_move_constructible, in test01()
48 static_assert(test_category<is_nothrow_move_constructible, in test01()
50 static_assert(test_category<is_nothrow_move_constructible, in test01()
52 static_assert(test_category<is_nothrow_move_constructible, in test01()
[all …]
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/20_util/is_nothrow_move_constructible/
H A Dvalue.cc25 using std::is_nothrow_move_constructible; in test01()
31 static_assert(test_category<is_nothrow_move_constructible, in test01()
34 static_assert(test_category<is_nothrow_move_constructible, in test01()
36 static_assert(test_category<is_nothrow_move_constructible, in test01()
38 static_assert(test_category<is_nothrow_move_constructible, in test01()
41 static_assert(test_property<is_nothrow_move_constructible, in test01()
46 static_assert(test_category<is_nothrow_move_constructible, in test01()
48 static_assert(test_category<is_nothrow_move_constructible, in test01()
50 static_assert(test_category<is_nothrow_move_constructible, in test01()
52 static_assert(test_category<is_nothrow_move_constructible, in test01()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/testsuite/20_util/is_nothrow_move_constructible/
H A Dvalue.cc25 using std::is_nothrow_move_constructible; in test01()
31 static_assert(test_category<is_nothrow_move_constructible, in test01()
34 static_assert(test_category<is_nothrow_move_constructible, in test01()
36 static_assert(test_category<is_nothrow_move_constructible, in test01()
38 static_assert(test_category<is_nothrow_move_constructible, in test01()
41 static_assert(test_property<is_nothrow_move_constructible, in test01()
46 static_assert(test_category<is_nothrow_move_constructible, in test01()
48 static_assert(test_category<is_nothrow_move_constructible, in test01()
50 static_assert(test_category<is_nothrow_move_constructible, in test01()
52 static_assert(test_category<is_nothrow_move_constructible, in test01()
[all …]

12345678910>>...116