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

Function ToString

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

Source from the content-addressed store, hash-verified

60// Compatibility for users of NYT::ToString(nyt_type).
61template <CFormattable T>
62TString ToString(const T& t)
63{
64 return ToStringViaBuilder(t);
65}
66
67// Sometime we want to implement
68// FormatValue using util's ToString

Callers 8

TESTFunction · 0.50
BazFunction · 0.50
ToStringMethod · 0.50
FormatInvalidCastValueFunction · 0.50
CheckedIntegralCastFunction · 0.50
TESTFunction · 0.50
TESTFunction · 0.50
TYPED_TESTFunction · 0.50

Calls 1

ToStringViaBuilderFunction · 0.85

Tested by

no test coverage detected