Home | History | Annotate | Download | only in test

Lines Matching refs:nested

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