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

Function JoinVectorIntoString

util/string/vector.h:112–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110
111template <typename T>
112inline TString JoinVectorIntoString(const TVector<T>& v, const TStringBuf delim) {
113 return JoinStrings(v.begin(), v.end(), delim);
114}
115
116template <typename T>
117inline TString JoinVectorIntoString(const TVector<T>& v, size_t index, size_t count, const TStringBuf delim) {

Callers 1

Calls 4

JoinStringsFunction · 0.70
beginMethod · 0.45
endMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected