Searched defs:ConstructsWithTupleLeaf (Results 1 – 1 of 1) sorted by relevance
24 struct ConstructsWithTupleLeaf struct26 ConstructsWithTupleLeaf() {} in ConstructsWithTupleLeaf() argument28 ConstructsWithTupleLeaf(ConstructsWithTupleLeaf const &) { assert(false); } in ConstructsWithTupleLeaf() argument29 ConstructsWithTupleLeaf(ConstructsWithTupleLeaf &&) {} in ConstructsWithTupleLeaf() argument32 ConstructsWithTupleLeaf(T) { in ConstructsWithTupleLeaf() function