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

Function SumLength

util/generic/string.h:583–585  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

581
582 template <typename... R>
583 static size_t SumLength(const TBasicStringBuf<TCharType, TTraits> s1, const R&... r) noexcept {
584 return s1.size() + SumLength(r...);
585 }
586
587 template <typename... R>
588 static size_t SumLength(const TCharType /*s1*/, const R&... r) noexcept {

Callers 1

JoinImplFunction · 0.70

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected