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

Function UniversalTersePrint

rtpose_wrapper/src/gtest/gtest.h:9862–9864  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9860// NUL-terminated string (but not the pointer) is printed.
9861template <typename T>
9862void UniversalTersePrint(const T& value, ::std::ostream* os) {
9863 UniversalPrint(value, os);
9864}
9865inline void UniversalTersePrint(const char* str, ::std::ostream* os) {
9866 if (str == NULL) {
9867 *os << "NULL";

Callers 3

PrintToStringFunction · 0.85

Calls 1

UniversalPrintFunction · 0.85

Tested by

no test coverage detected