Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/
H A Dmake_from_tuple.pass.cpp25 struct ConstexprConstructibleFromTuple { struct
27 explicit constexpr ConstexprConstructibleFromTuple(Args&&... xargs) in ConstexprConstructibleFromTuple() function
60 using Tp = ConstexprConstructibleFromTuple<RawTuple>; in do_constexpr_test()
98 using ValueTp = ConstexprConstructibleFromTuple<Tuple>; in test_constexpr_construction()