eDSP  0.0.1
A cross-platform DSP library written in C++.
Namespaces | Functions
split.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 Char , typename OutputIt >
void edsp::string::split (const std::basic_string< Char > &str, OutputIt d_first, Char character=' ')
 Splits this string around matches of the given character and stores the result in another range, beginning at d_first. More...