Home
last modified time | relevance | path

Searched refs:my_tuple (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/mpl/example/
Dinherit_multiply.cpp40 >::type my_tuple; typedef
45 my_tuple t; in main()
Dinherit_linearly.cpp44 >::type my_tuple; typedef
49 my_tuple t; in main()
/third_party/googletest/docs/reference/
Dmatchers.md176 std::tuple<int, std::string> my_tuple{7, "hello world"};
177 EXPECT_THAT(my_tuple, FieldsAre(Ge(0), HasSubstr("hello")));