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

Method print

tutorials/external/catch.hpp:1591–1595  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1589 >
1590 struct TupleElementPrinter {
1591 static void print(const Tuple& tuple, std::ostream& os) {
1592 os << (N ? ", " : " ")
1593 << ::Catch::Detail::stringify(std::get<N>(tuple));
1594 TupleElementPrinter<Tuple, N + 1>::print(tuple, os);
1595 }
1596 };
1597
1598 template<

Callers

nothing calls this directly

Calls 1

stringifyFunction · 0.85

Tested by

no test coverage detected