MCPcopy Create free account
hub / github.com/apache/arrow / PrintTuple

Function PrintTuple

cpp/src/arrow/util/print_internal.h:49–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47// before passing it to this function.
48template <typename OStream, typename... Args>
49void PrintTuple(OStream* os, const std::tuple<Args&...>& tup) {
50 detail::TuplePrinter<OStream, std::tuple<Args&...>, sizeof...(Args)>::Print(os, tup);
51}
52
53template <typename Range, typename Separator>
54struct PrintVector {

Callers 1

ErrorToStatusFunction · 0.85

Calls 1

PrintFunction · 0.85

Tested by

no test coverage detected