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

Function Join

util/generic/string.h:636–638  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

634
635 template <typename... R>
636 static inline TBasicString Join(const R&... r) {
637 return JoinImpl(TJoinParam<R>(r)...);
638 }
639
640 // ~~~ Assignment ~~~ : FAMILY0(TBasicString&, assign);
641 TBasicString& assign(size_t size, TCharType ch) Y_LIFETIME_BOUND {

Callers 3

CurrentExceptionMessageFunction · 0.70
TestJoinMethod · 0.70
TBasicString operator+Function · 0.70

Calls 1

JoinImplFunction · 0.70

Tested by 1

TestJoinMethod · 0.56