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

Function JoinSeq

util/string/join.h:171–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169
170template <typename TCharType, typename TContainer>
171inline TBasicString<TCharType> JoinSeq(std::basic_string_view<TCharType> delim, const TContainer& data) {
172 using std::begin;
173 using std::end;
174 return JoinRange(delim, begin(data), end(data));
175}
176
177template <typename TCharType, typename TContainer>
178inline TBasicString<TCharType> JoinSeq(const TCharType* delim, const TContainer& data) {

Callers 15

Y_UNIT_TESTFunction · 0.85
ListAllCodecsAsStringMethod · 0.85
ApplyDictionaryToFileMethod · 0.85
GetChoicesHelpMethod · 0.85
PrintTestsMethod · 0.85
dump_feature_namesFunction · 0.85
ValidateLabelsMethod · 0.85
BindMetricParamsFunction · 0.85
InitMetadataMethod · 0.85
StartMethod · 0.85
ToHumanReadableStringFunction · 0.85
Y_UNIT_TESTFunction · 0.85

Calls 5

JoinRangeFunction · 0.70
beginFunction · 0.50
endFunction · 0.50
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected