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

Method RBefore

util/generic/strbuf.h:337–340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

335 }
336
337 Y_PURE_FUNCTION inline TdSelf RBefore(TCharType c) const noexcept {
338 TdSelf l, r;
339 return TryRSplit(c, l, r) ? l : *this;
340 }
341
342public:
343 inline bool AfterPrefix(const TdSelf& prefix, TdSelf& result) const noexcept {

Callers 1

Y_UNIT_TESTFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected