tlx
|
#include <string>
#include <vector>
Go to the source code of this file.
Namespaces | |
tlx | |
Functions | |
Split and Join | |
std::string | join (char glue, const std::vector< std::string > &parts) |
Join a vector of strings by some glue character between each pair from the sequence. More... | |
std::string | join (const char *glue, const std::vector< std::string > &parts) |
Join a vector of strings by some glue string between each pair from the sequence. More... | |
std::string | join (const std::string &glue, const std::vector< std::string > &parts) |
Join a vector of strings by some glue string between each pair from the sequence. More... | |