MCPcopy Create free account
hub / github.com/Profactor/cv-plot / print

Method print

CvPlot/ext/catch2/inc/catch.hpp:1905–1909  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1903 >
1904 struct TupleElementPrinter {
1905 static void print(const Tuple& tuple, std::ostream& os) {
1906 os << (N ? ", " : " ")
1907 << ::Catch::Detail::stringify(std::get<N>(tuple));
1908 TupleElementPrinter<Tuple, N + 1>::print(tuple, os);
1909 }
1910 };
1911
1912 template<

Callers

nothing calls this directly

Calls 1

stringifyFunction · 0.85

Tested by

no test coverage detected