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