Searched refs:has_maker_and_operator (Results 1 – 3 of 3) sorted by relevance
31 struct has_maker_and_operator {}; struct40 std::ostream& operator<<(std::ostream& os, const has_maker_and_operator&) { in operator <<() argument61 struct StringMaker<has_maker_and_operator> {62 static std::string convert( const has_maker_and_operator& ) { in convert()82 has_maker_and_operator item;111 std::vector<has_maker_and_operator> v(1);
1385 …::Detail::stringify( item ) == "StringMaker<has_maker_and_operator>" for: "StringMaker<has_maker_a…1387 "StringMaker<has_maker_and_operator>"1398 …:Detail::stringify( v ) == "{ StringMaker<has_maker_and_operator> }" for: "{ StringMaker<has_maker…1400 "{ StringMaker<has_maker_and_operator> }"
10199 stringify( has_maker_and_operator )10205 REQUIRE( ::Catch::Detail::stringify( item ) == "StringMaker<has_maker_and_operator>" )10207 "StringMaker<has_maker_and_operator>"10209 "StringMaker<has_maker_and_operator>"10262 stringify( vectors<has_maker_and_operator> )10268 REQUIRE( ::Catch::Detail::stringify( v ) == "{ StringMaker<has_maker_and_operator> }" )10270 "{ StringMaker<has_maker_and_operator> }"10272 "{ StringMaker<has_maker_and_operator> }"