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

Function EqualsStripAdapter

util/string/strip.h:38–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36
37template <class TChar>
38TEqualsStripAdapter<TChar> EqualsStripAdapter(TChar ch) {
39 return {ch};
40}
41
42template <class It, class TStripCriterion>
43inline void StripRangeBegin(It& b, const It& e, TStripCriterion&& criterion) noexcept {

Callers 3

Y_UNIT_TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected