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

Method print

tests/catch.hpp:1581–1585  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1579 >
1580 struct TupleElementPrinter {
1581 static void print(const Tuple& tuple, std::ostream& os) {
1582 os << (N ? ", " : " ")
1583 << ::Catch::Detail::stringify(std::get<N>(tuple));
1584 TupleElementPrinter<Tuple, N + 1>::print(tuple, os);
1585 }
1586 };
1587
1588 template<

Callers

nothing calls this directly

Calls 1

stringifyFunction · 0.85

Tested by

no test coverage detected