Searched refs: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() function117 typedef std::tuple<ConstructsWithTupleLeaf> d_t; in main()118 d_t d((ConstructsWithTupleLeaf())); in main()
24 struct ConstructsWithTupleLeaf struct26 ConstructsWithTupleLeaf() {} in ConstructsWithTupleLeaf() function28 ConstructsWithTupleLeaf(ConstructsWithTupleLeaf const &) { assert(false); } in ConstructsWithTupleLeaf() argument29 ConstructsWithTupleLeaf(ConstructsWithTupleLeaf &&) {} in ConstructsWithTupleLeaf() function32 ConstructsWithTupleLeaf(T) { in ConstructsWithTupleLeaf() argument117 typedef std::tuple<ConstructsWithTupleLeaf> d_t; in main()118 d_t d((ConstructsWithTupleLeaf())); in main()