MCPcopy Create free account
hub / github.com/OpenPTrack/open_ptrack_v2 / PrintTupleTo

Function PrintTupleTo

rtpose_wrapper/src/gtest/gtest.h:9951–9956  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9949// a tuple type.
9950template <typename T>
9951void PrintTupleTo(const T& t, ::std::ostream* os) {
9952 *os << "(";
9953 TuplePrefixPrinter< ::std::tr1::tuple_size<T>::value>::
9954 PrintPrefixTo(t, os);
9955 *os << ")";
9956}
9957
9958// Prints the fields of a tuple tersely to a string vector, one
9959// element for each field. See the comment before

Callers 1

PrintToFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected