MCPcopy Create free account
hub / github.com/apache/singa / PrintTupleTo

Function PrintTupleTo

test/gtest/gtest.h:10016–10021  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10014// a tuple type.
10015template <typename T>
10016void PrintTupleTo(const T& t, ::std::ostream* os) {
10017 *os << "(";
10018 TuplePrefixPrinter< ::std::tr1::tuple_size<T>::value>::
10019 PrintPrefixTo(t, os);
10020 *os << ")";
10021}
10022
10023// Prints the fields of a tuple tersely to a string vector, one
10024// element for each field. See the comment before

Callers 1

PrintToFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected