Searched defs:StringJoin (Results 1 – 2 of 2) sorted by relevance
117 inline std::string StringJoin(const std::string& delimiter, const std::vector<std::string>& vec) { in StringJoin() function
101 std::string StringJoin(const std::vector<std::string>& strings, const std::string& delim) { in StringJoin() function