tlx
join_quoted.hpp File Reference
#include <string>
#include <vector>

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...