tlx
|
#include <tlx/string/join_quoted.hpp>
Go to the source code of this file.
Namespaces | |
tlx | |
Functions | |
Split and Join | |
std::string | join_quoted (const std::vector< std::string > &str, char sep, char quote, char escape) |
Join a vector of strings using a separator character. More... | |
std::string | join_quoted (const std::vector< std::string > &str) |
Join a vector of strings using spaces as separator character. More... | |