Searched refs:ArgsToStringWithDelim (Results 1 – 2 of 2) sorted by relevance
36 std::string ArgsToStringWithDelim(Delim&& delim, Args&&... args) { in ArgsToStringWithDelim() function52 return ArgsToStringWithDelim("", std::forward<Args>(args)...); in ArgsToString()
90 return "[" + ArgsToStringWithDelim(",", std::forward<Args>(args)...) + "]"; in CreateString()