Function Jet::Utilities::JoinStringVector

Function Documentation

inline std::string Jet::Utilities::JoinStringVector(const std::vector<std::string> &v)

Concatenates the strings in the given vector (using “” as the separator).

Parameters

v – Vector to be concatenated.

Returns

String representing the contatentation of the vector contents.