Home
last modified time | relevance | path

Searched refs:sum_obj (Results 1 – 1 of 1) sorted by relevance

/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/
Dapply.pass.cpp47 constexpr ConstexprSumT sum_obj{}; in test_constexpr_evaluation() local
53 static_assert(std::apply(sum_obj, t) == 0, ""); in test_constexpr_evaluation()
60 static_assert(std::apply(sum_obj, t) == 42, ""); in test_constexpr_evaluation()
67 static_assert(std::apply(sum_obj, t) == 143, ""); in test_constexpr_evaluation()
74 static_assert(std::apply(sum_obj, t) == 143, ""); in test_constexpr_evaluation()
81 static_assert(std::apply(sum_obj, t) == 142, ""); in test_constexpr_evaluation()
88 static_assert(std::apply(sum_obj, t) == 142, ""); in test_constexpr_evaluation()