Home
last modified time | relevance | path

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

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