flexiblesusy is hosted by Hepforge, IPPP Durham
FlexibleSUSY
string_utils.hpp File Reference
#include <string>
#include <sstream>
#include <vector>
Include dependency graph for string_utils.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  flexiblesusy
 

Functions

std::string flexiblesusy::concat (const std::vector< std::string > &)
 concatenate strings More...
 
std::string flexiblesusy::concat (const std::vector< std::string > &, char)
 concatenate strings with separator More...
 
std::string flexiblesusy::concat (const std::vector< std::string > &, const std::string &)
 concatenate strings with separator More...
 
template<class InputIterator >
std::string flexiblesusy::concat (InputIterator start, InputIterator end, char separator)
 concatenate strings with separator More...
 
template<class InputIterator >
std::string flexiblesusy::concat (InputIterator start, InputIterator end, const std::string &separator)
 concatenate strings with separator More...