eDSP  0.0.1
A cross-platform DSP library written in C++.
Namespaces | Functions
to_upper.hpp File Reference
#include <algorithm>
#include <cctype>

Go to the source code of this file.

Namespaces

 edsp
 
 edsp::string
 

Functions

template<typename Char >
constexpr Char edsp::string::toupper (Char character)
 
template<typename InputIt , typename OutputIt >
constexpr void edsp::string::toupper (InputIt first, InputIt last, OutputIt d_first)
 Converts the characters in the range [first, last) to uppercase 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...