Function wt::format::toupper¶
Defined in File utils.hpp
Function Documentation¶
-
inline auto wt::format::toupper(std::string s)¶
Transforms an input string to upper case. Uses
std::toupper
.
Defined in File utils.hpp
Transforms an input string to upper case. Uses std::toupper
.