Function gwm::strjoin

Function Documentation

inline std::string gwm::strjoin(const std::string &delm, const std::vector<std::string> &str_array)

Join string vector with the specified delimeter. Delimeter String vector to be joined Joined string.