Searched refs:my_tuple (Results 1 – 3 of 3) sorted by relevance
40 >::type my_tuple; typedef45 my_tuple t; in main()
44 >::type my_tuple; typedef49 my_tuple t; in main()
176 std::tuple<int, std::string> my_tuple{7, "hello world"};177 EXPECT_THAT(my_tuple, FieldsAre(Ge(0), HasSubstr("hello")));