MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / print

Method print

extern/Catch2/catch.hpp:1928–1932  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

stringifyFunction · 0.85
printFunction · 0.50

Tested by

no test coverage detected