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

Function GetAppendLength

util/string/join.h:68–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 }
67
68 inline size_t GetAppendLength(const TStringBuf /*delim*/) {
69 return 0;
70 }
71
72 template <typename TFirst, typename... TRest>
73 size_t GetAppendLength(const TStringBuf delim, const TFirst& f, const TRest&... r) {

Callers 1

AppendJoinFunction · 0.85

Calls 2

GetLengthFunction · 0.70
lengthMethod · 0.45

Tested by

no test coverage detected