Home
last modified time | relevance | path

Searched defs:ConstructsWithTupleLeaf (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
H A Dmove.pass.cpp24 struct ConstructsWithTupleLeaf struct
26 ConstructsWithTupleLeaf() {} in ConstructsWithTupleLeaf() function
28 ConstructsWithTupleLeaf(ConstructsWithTupleLeaf const &) { assert(false); } in ConstructsWithTupleLeaf() function
29 ConstructsWithTupleLeaf(ConstructsWithTupleLeaf &&) {} in ConstructsWithTupleLeaf() argument
32 ConstructsWithTupleLeaf(T) { in ConstructsWithTupleLeaf() argument