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

Method RAfter

util/generic/strbuf.h:332–335  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

330 }
331
332 Y_PURE_FUNCTION inline TdSelf RAfter(TCharType c) const noexcept {
333 TdSelf l, r;
334 return TryRSplit(c, l, r) ? r : *this;
335 }
336
337 Y_PURE_FUNCTION inline TdSelf RBefore(TCharType c) const noexcept {
338 TdSelf l, r;

Callers 2

ProcessUptimeFunction · 0.80
Y_UNIT_TESTFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected