MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / print

Method print

extlibs/catch/include/catch/catch.hpp:1905–1909  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1903 >
1904 struct TupleElementPrinter {
1905 static void print(const Tuple& tuple, std::ostream& os) {
1906 os << (N ? ", " : " ")
1907 << ::Catch::Detail::stringify(std::get<N>(tuple));
1908 TupleElementPrinter<Tuple, N + 1>::print(tuple, os);
1909 }
1910 };
1911
1912 template<

Callers

nothing calls this directly

Calls 2

stringifyFunction · 0.85
printFunction · 0.50

Tested by

no test coverage detected