MCPcopy Create free account
hub / github.com/RenderKit/oidn / print

Method print

external/catch.hpp:1926–1930  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1924 >
1925 struct TupleElementPrinter {
1926 static void print(const Tuple& tuple, std::ostream& os) {
1927 os << (N ? ", " : " ")
1928 << ::Catch::Detail::stringify(std::get<N>(tuple));
1929 TupleElementPrinter<Tuple, N + 1>::print(tuple, os);
1930 }
1931 };
1932
1933 template<

Callers

nothing calls this directly

Calls 2

stringifyFunction · 0.85
printFunction · 0.85

Tested by

no test coverage detected