Lines Matching refs:nested
1036 // Nested tuples.1038 tuple<tuple<int, bool>, char> nested(make_tuple(5, true), 'a');1039 EXPECT_EQ("((5, true), 'a' (97, 0x61))", Print(nested));