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

Function StripStringLeft

util/string/strip.h:186–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184
185template <class T>
186[[nodiscard]] static inline T StripStringLeft(const T& from) {
187 return TStripImpl<true, false>::StripString(from);
188}
189
190template <typename TChar, typename TTraits>
191[[nodiscard]] static inline TBasicStringBuf<TChar, TTraits> StripStringLeft(const TBasicStringBuf<TChar, TTraits> from Y_LIFETIME_BOUND) {

Callers 1

Y_UNIT_TESTFunction · 0.85

Calls 1

StripStringFunction · 0.85

Tested by

no test coverage detected