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

Function GTestStreamToHelper

rtpose_wrapper/src/gtest/gtest.h:6776–6778  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6774// compile with MSVC.
6775template <typename T>
6776inline void GTestStreamToHelper(std::ostream* os, const T& val) {
6777 *os << val;
6778}
6779
6780class ProtocolMessage;
6781namespace proto2 { class Message; }

Callers 2

gtest.hFile · 0.85
StreamHelperFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected