Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/
H A Dapply.pass.cpp41 constexpr ConstexprSumT sum_obj{}; in test_constexpr_evaluation() local
47 static_assert(std::apply(sum_obj, t) == 0, ""); in test_constexpr_evaluation()
54 static_assert(std::apply(sum_obj, t) == 42, ""); in test_constexpr_evaluation()
61 static_assert(std::apply(sum_obj, t) == 143, ""); in test_constexpr_evaluation()
68 static_assert(std::apply(sum_obj, t) == 143, ""); in test_constexpr_evaluation()
75 static_assert(std::apply(sum_obj, t) == 142, ""); in test_constexpr_evaluation()
82 static_assert(std::apply(sum_obj, t) == 142, ""); in test_constexpr_evaluation()