TF++, Miscellaneous classes and modules in C++:
|
std::string tfxx::string::join | ( | const C< std::string > & | v, |
const std::string & | delimiter = "" |
||
) |
template #tf::join#:
The following takes any Container of string elements and joins all strings into one single string.
This is the inverse operation to #tf::split#.
v | any sequence container containing strings |
delimiter | a string sequence that will put in between the individual strings when concatenating them |
#) template to join strings in any sequence container
Definition at line 71 of file stringfunc.h.