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

Function StreamableToString

rtpose_wrapper/src/gtest/gtest.h:17197–17199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17195// compiler.
17196template <typename T>
17197String StreamableToString(const T& streamable) {
17198 return (Message() << streamable).GetString();
17199}
17200
17201} // namespace internal
17202

Callers 8

OnTestEndMethod · 0.85
OnTestCaseEndMethod · 0.85
OnTestIterationEndMethod · 0.85
OnTestIterationEndMethod · 0.85
OnTestCaseEndMethod · 0.85
OnTestEndMethod · 0.85
InitGoogleTestImplFunction · 0.85

Calls 1

MessageFunction · 0.70

Tested by

no test coverage detected