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

Method print

unittests/catch.hpp:1067–1071  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1065 >
1066 struct TupleElementPrinter {
1067 static void print(const Tuple& tuple, std::ostream& os) {
1068 os << (N ? ", " : " ")
1069 << ::Catch::Detail::stringify(std::get<N>(tuple));
1070 TupleElementPrinter<Tuple, N + 1>::print(tuple, os);
1071 }
1072 };
1073
1074 template<

Callers

nothing calls this directly

Calls 1

stringifyFunction · 0.85

Tested by

no test coverage detected