MCPcopy Create free account
hub / github.com/catboost/catboost / PrintTo

Function PrintTo

library/cpp/testing/gtest_extensions/pretty_printers.h:52–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50
51template <typename TCharType, typename TCharTraits>
52void PrintTo(const TBasicString<TCharType, TCharTraits>& value, std::ostream* stream) {
53 *stream << value.Quote().c_str();
54}
55
56template <typename TCharType, typename TCharTraits>
57void PrintTo(TBasicStringBuf<TCharType, TCharTraits> value, std::ostream* stream) {

Callers

nothing calls this directly

Calls 4

c_strMethod · 0.45
DefinedMethod · 0.45
GetRefMethod · 0.45
ToStringMethod · 0.45

Tested by

no test coverage detected