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

Function JoinImpl

util/generic/string.h:612–618  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

610
611 template <typename... R>
612 static inline TBasicString JoinImpl(const R&... r) {
613 TBasicString s{TUninitialized{SumLength(r...)}};
614
615 TBasicString::CopyAll((TCharType*)s.data(), r...);
616
617 return s;
618 }
619
620public:
621 Y_REINITIALIZES_OBJECT inline void clear() noexcept {

Callers 1

JoinFunction · 0.70

Calls 3

SumLengthFunction · 0.70
CopyAllFunction · 0.70
dataMethod · 0.45

Tested by

no test coverage detected