Home | History | Annotate | Download | only in test

Lines Matching refs:nested

1007 // Nested tuples.
1009 tuple<tuple<int, bool>, char> nested(make_tuple(5, true), 'a');
1010 EXPECT_EQ("((5, true), 'a' (97, 0x61))", Print(nested));