| 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) { |
no test coverage detected