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