X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FString.hh;h=1bdf93ebc153b1fd7bdc19db5ce30c8c357742fc;hb=9ded1690d676ba7c7054a7a272debf99102f94c0;hp=0b8028f425abf15302aced903d0e2d937aee1747;hpb=24ccc14a000ffeceb9e5b6d02f54d2e971a3aee8;p=senf.git diff --git a/Utils/String.hh b/Utils/String.hh index 0b8028f..1bdf93e 100644 --- a/Utils/String.hh +++ b/Utils/String.hh @@ -34,6 +34,11 @@ namespace senf { + /** \brief Join string range with separator into single string + + This utility will build string by joining all elements of \a range into a single string + using \a sep as separator. The \a range may contain values of any streamable type. + */ template std::string stringJoin(ForwardReadableRange const & range, std::string sep);