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

Function ToStringViaBuilder

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

Source from the content-addressed store, hash-verified

49
50template <class T>
51TString ToStringViaBuilder(const T& value, TStringBuf spec)
52{
53 TStringBuilder builder;
54 FormatValue(&builder, value, spec);
55 return builder.Flush();
56}
57
58////////////////////////////////////////////////////////////////////////////////
59

Callers 2

ToStringFunction · 0.85
CvtMethod · 0.85

Calls 2

FormatValueFunction · 0.70
FlushMethod · 0.45

Tested by

no test coverage detected