eDSP
0.0.1
A cross-platform DSP library written in C++.
|
#include <edsp/meta/iterator.hpp>
#include <sstream>
#include <algorithm>
Go to the source code of this file.
Namespaces | |
edsp | |
edsp::string | |
Functions | |
template<typename Char > | |
void | edsp::string::ltrim (std::basic_string< Char > &str) |
Filters the leading whitespace of the input string. More... | |
template<typename Char > | |
void | edsp::string::rtrim (std::basic_string< Char > &str) |
Filters the trailing whitespace of the last position of the input string. More... | |
template<typename Char > | |
void | edsp::string::trim (std::basic_string< Char > &str) |
Filters the leading and trailing whitespace of the input string. More... | |