mrdocs::toUpperCase
Convert a character to uppercase ASCII without locale.
Synopsis
Declared in <mrdocs/Support/String/String.hpp>
constexpr
char
toUpperCase(char const c) noexcept;
Parameters
Name |
Description |
c |
Character to convert. |
Created with MrDocs