#include <paludis/util/stringify.hh>
#include <iterator>
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | paludis |
Functions | |
template<typename I_, typename T_> | |
T_ | paludis::join (I_ i, I_ end, const T_ &joiner) |
template<typename I_, typename T_, typename F_> | |
T_ | paludis::join (I_ i, I_ end, const T_ &joiner, const F_ &f) |
template<typename I_> | |
std::string | paludis::join (I_ begin, const I_ end, const char *const t) |
template<typename I_, typename F_> | |
std::string | paludis::join (I_ begin, const I_ end, const char *const t, const F_ &f) |