eDSP
0.0.1
A cross-platform DSP library written in C++.
|
#include <algorithm>
#include <cctype>
Go to the source code of this file.
Namespaces | |
edsp | |
edsp::string | |
Functions | |
template<typename Char > | |
constexpr Char | edsp::string::tolower (Char character) |
template<typename InputIt , typename OutputIt > | |
constexpr void | edsp::string::tolower (InputIt first, InputIt last, OutputIt d_first) |
Converts the characters in the range [first, last) to lowercase according to the character conversion rules defined by the currently installed C locale and stores the result in another range, beginning at d_first. More... | |