mrdocs::toUpperCase

Synopses

Declared in <mrdocs/Support/String.hpp>
constexpr
std::string
toUpperCase(std::string_view const s) noexcept;
» more...
constexpr
char
toUpperCase(char const c) noexcept;
» more...

Created with MrDocs