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

Function ToStringIgnoringFormatValue

library/cpp/yt/string/format-inl.h:78–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76// util's ToString default implementation.
77template <class T>
78TString ToStringIgnoringFormatValue(const T& t)
79{
80 TString s;
81 ::TStringOutput o(s);
82 o << t;
83 return s;
84}
85
86////////////////////////////////////////////////////////////////////////////////
87

Callers 1

FormatValueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected