MCPcopy Create free account
hub / github.com/catboost/catboost / TStringType SubstGlobalCopy

Function TStringType SubstGlobalCopy

util/string/subst.h:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 */
52template <class TStringType, class TPatternType>
53Y_WARN_UNUSED_RESULT TStringType SubstGlobalCopy(TStringType result, TPatternType what, TPatternType with, size_t from = 0) {
54 SubstGlobal(result, what, with, from);
55 return result;
56}

Callers

nothing calls this directly

Calls 1

SubstGlobalFunction · 0.70

Tested by

no test coverage detected