MCPcopy Create free account
hub / github.com/apache/thrift / print

Method print

compiler/cpp/tests/catch/catch.hpp:1721–1726  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1719 >
1720 struct ElementPrinter {
1721 static void print( const Tuple& tuple, std::ostream& os )
1722 {
1723 os << ( N ? ", " : " " )
1724 << Catch::toString(std::get<N>(tuple));
1725 ElementPrinter<Tuple,N+1>::print(tuple,os);
1726 }
1727 };
1728
1729 template<

Callers 2

assertionEndedMethod · 0.45
assertionEndedMethod · 0.45

Calls 1

toStringFunction · 0.85

Tested by

no test coverage detected