Home
last modified time | relevance | path

Searched refs:mp_is_list (Results 1 – 25 of 36) sorted by relevance

12

/third_party/boost/libs/mp11/test/
Dmp_is_list.cpp19 using boost::mp11::mp_is_list; in main()
24 BOOST_TEST_TRAIT_TRUE((std::is_same<mp_is_list<void>, mp_false>)); in main()
25 BOOST_TEST_TRAIT_TRUE((std::is_same<mp_is_list<int>, mp_false>)); in main()
26 BOOST_TEST_TRAIT_TRUE((std::is_same<mp_is_list<char[]>, mp_false>)); in main()
30 BOOST_TEST_TRAIT_TRUE((std::is_same<mp_is_list<mp_list<>>, mp_true>)); in main()
31 BOOST_TEST_TRAIT_TRUE((std::is_same<mp_is_list<mp_list<void>>, mp_true>)); in main()
32 BOOST_TEST_TRAIT_TRUE((std::is_same<mp_is_list<mp_list<void, void>>, mp_true>)); in main()
33 BOOST_TEST_TRAIT_TRUE((std::is_same<mp_is_list<mp_list<void, void, void>>, mp_true>)); in main()
34 BOOST_TEST_TRAIT_TRUE((std::is_same<mp_is_list<mp_list<void, void, void, void>>, mp_true>)); in main()
38 BOOST_TEST_TRAIT_TRUE((std::is_same<mp_is_list<std::tuple<>>, mp_true>)); in main()
[all …]
/third_party/boost/libs/safe_numerics/test/
Dtest_or_native.cpp27 static_assert(mp_is_list<L>(), "must be a list of integral constants");
35 static_assert(mp_is_list<T>(), "must be a list of two integral constants"); in operator ()()
Dtest_less_than_automatic.cpp27 static_assert(mp_is_list<L>(), "must be a list of integral constants");
35 static_assert(mp_is_list<T>(), "must be a list of two integral constants"); in operator ()()
Dtest_and_native.cpp28 static_assert(mp_is_list<L>(), "must be a list of integral constants");
36 static_assert(mp_is_list<T>(), "must be a list of two integral constants"); in operator ()()
Dtest_and_automatic.cpp28 static_assert(mp_is_list<L>(), "must be a list of integral constants");
36 static_assert(mp_is_list<T>(), "must be a list of two integral constants"); in operator ()()
Dtest_xor_automatic.cpp25 static_assert(mp_is_list<L>(), "must be a list of integral constants");
33 static_assert(mp_is_list<T>(), "must be a list of two integral constants"); in operator ()()
Dtest_left_shift_automatic.cpp28 static_assert(mp_is_list<L>(), "must be a list of integral constants");
36 static_assert(mp_is_list<T>(), "must be a list of two integral constants"); in operator ()()
Dtest_divide_native.cpp29 static_assert(mp_is_list<L>(), "must be a list of integral constants");
37 static_assert(mp_is_list<T>(), "must be a list of two integral constants"); in operator ()()
Dtest_xor_native.cpp26 static_assert(mp_is_list<L>(), "must be a list of integral constants");
34 static_assert(mp_is_list<T>(), "must be a list of two integral constants"); in operator ()()
Dtest_equal_native.cpp26 static_assert(mp_is_list<L>(), "must be a list of integral constants");
34 static_assert(mp_is_list<T>(), "must be a list of two integral constants"); in operator ()()
Dtest_equal_automatic.cpp27 static_assert(mp_is_list<L>(), "must be a list of integral constants");
35 static_assert(mp_is_list<T>(), "must be a list of two integral constants"); in operator ()()
Dtest_or_automatic.cpp27 static_assert(mp_is_list<L>(), "must be a list of integral constants");
35 static_assert(mp_is_list<T>(), "must be a list of two integral constants"); in operator ()()
Dtest_modulus_native.cpp27 static_assert(mp_is_list<L>(), "must be a list of integral constants");
35 static_assert(mp_is_list<T>(), "must be a list of two integral constants"); in operator ()()
Dtest_subtract_automatic.cpp29 static_assert(mp_is_list<L>(), "must be a list of integral constants");
37 static_assert(mp_is_list<T>(), "must be a list of two integral constants"); in operator ()()
Dtest_less_than_native.cpp26 static_assert(mp_is_list<L>(), "must be a list of integral constants");
34 static_assert(mp_is_list<T>(), "must be a list of two integral constants"); in operator ()()
Dtest_add_native.cpp28 static_assert(mp_is_list<L>(), "must be a list of integral constants");
36 static_assert(mp_is_list<T>(), "must be a list of two integral constants"); in operator ()()
Dtest_multiply_native.cpp27 static_assert(mp_is_list<L>(), "must be a list of integral constants");
35 static_assert(mp_is_list<T>(), "must be a list of two integral constants"); in operator ()()
Dtest_modulus_automatic.cpp28 static_assert(mp_is_list<L>(), "must be a list of integral constants");
36 static_assert(mp_is_list<T>(), "must be a list of two integral constants"); in operator ()()
Dtest_divide_automatic.cpp28 static_assert(mp_is_list<L>(), "must be a list of integral constants");
36 static_assert(mp_is_list<T>(), "must be a list of two integral constants"); in operator ()()
Dtest_left_shift_native.cpp28 static_assert(mp_is_list<L>(), "must be a list of integral constants");
36 static_assert(mp_is_list<T>(), "must be a list of two integral constants"); in operator ()()
Dtest_add_automatic.cpp29 static_assert(mp_is_list<L>(), "must be a list of integral constants");
37 static_assert(mp_is_list<T>(), "must be a list of two integral constants"); in operator ()()
Dtest_multiply_automatic.cpp28 static_assert(mp_is_list<L>(), "must be a list of integral constants");
36 static_assert(mp_is_list<T>(), "must be a list of two integral constants"); in operator ()()
Dtest_right_shift_native.cpp27 static_assert(mp_is_list<L>(), "must be a list of integral constants");
35 static_assert(mp_is_list<T>(), "must be a list of two integral constants"); in operator ()()
Dtest_subtract_native.cpp30 static_assert(mp_is_list<L>(), "must be a list of integral constants");
38 static_assert(mp_is_list<T>(), "must be a list of two integral constants"); in operator ()()
Dtest_right_shift_automatic.cpp28 static_assert(mp_is_list<L>(), "must be a list of integral constants");
36 static_assert(mp_is_list<T>(), "must be a list of two integral constants"); in operator ()()

12