#include <string>
#include <sstream>
#include <vector>
Go to the source code of this file.
|
std::string | flexiblesusy::concat (const std::vector< std::string > &) |
| concatenate strings
|
|
std::string | flexiblesusy::concat (const std::vector< std::string > &, char) |
| concatenate strings with separator
|
|
std::string | flexiblesusy::concat (const std::vector< std::string > &, const std::string &) |
| concatenate strings with separator
|
|
template<class InputIterator > |
std::string | flexiblesusy::concat (InputIterator start, InputIterator end, char separator) |
| concatenate strings with separator
|
|
template<class InputIterator > |
std::string | flexiblesusy::concat (InputIterator start, InputIterator end, const std::string &separator) |
| concatenate strings with separator
|
|