eDSP  0.0.1
A cross-platform DSP library written in C++.
Namespaces | Functions
join.hpp File Reference
#include <edsp/meta/iterator.hpp>
#include <sstream>

Go to the source code of this file.

Namespaces

 edsp
 
 edsp::string
 

Functions

template<typename InputIt , typename Char >
void edsp::string::join (InputIt first, InputIt last, std::basic_string< Char > &d_str, Char delimiter='')
 Join the strings in the range [first, last) and stores the result in another string, beginning at d_first. More...