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

Function StripRange

util/string/strip.h:118–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116
117template <class It, class TStripCriterion>
118inline bool StripRange(It& b, It& e, TStripCriterion&& criterion) noexcept {
119 return TStripImpl<true, true>::StripRange(b, e, criterion);
120}
121
122template <class It>
123inline bool StripRange(It& b, It& e) noexcept {

Callers 2

StripStringMethod · 0.85
StripFunction · 0.85

Calls 1

IsAsciiSpaceAdapterFunction · 0.85

Tested by

no test coverage detected