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

Function ToString

library/cpp/deprecated/split/split_iterator.h:48–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46
47template <>
48inline TString ToString(const TUi32Region& r) {
49 return TStringBuilder() << "(" << r.Begin << ", " << r.End << ")";
50}
51
52template <>
53inline TUi32Region FromString(const TString& s) {

Callers 3

Y_UNIT_TESTFunction · 0.50
StringMethod · 0.50
CharMethod · 0.50

Calls 1

TStringBuilderClass · 0.50

Tested by

no test coverage detected