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

Function UniversalPrint

rtpose_wrapper/src/gtest/gtest.h:9881–9883  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9879// NUL-terminated string.
9880template <typename T>
9881void UniversalPrint(const T& value, ::std::ostream* os) {
9882 UniversalPrinter<T>::Print(value, os);
9883}
9884
9885#if GTEST_HAS_TR1_TUPLE
9886typedef ::std::vector<string> Strings;

Callers 4

DefaultPrintToFunction · 0.85
PrintRawArrayToFunction · 0.85
PrintMethod · 0.85
UniversalTersePrintFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected