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

Function StripStringRight

util/string/strip.h:201–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199
200template <class T>
201[[nodiscard]] static inline T StripStringRight(const T& from) {
202 return TStripImpl<false, true>::StripString(from);
203}
204
205template <typename TChar, typename TTraits>
206[[nodiscard]] static inline TBasicStringBuf<TChar, TTraits> StripStringRight(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