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

Function AppendJoinNoReserve

util/string/join.h:79–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77
78template <typename TCharType>
79inline void AppendJoinNoReserve(TBasicString<TCharType>&, TBasicStringBuf<TCharType>) {
80}
81
82template <typename TCharType, typename TFirst, typename... TRest>
83inline void AppendJoinNoReserve(TBasicString<TCharType>& dst, TBasicStringBuf<TCharType> delim, const TFirst& f, const TRest&... r) {

Callers 2

AppendJoinFunction · 0.85
JoinRangeFunction · 0.85

Calls 1

AppendToStringFunction · 0.70

Tested by

no test coverage detected