NAME
A function of omni::string::util
OVERLOADS
omni::string::util::to_upper
A function of omni::string::util
#include <omni/string/util.hpp>template < typename std_string_t > std_string_t omni::string::util::to_upper(std_string_t str)OVERLOADS
template < std::size_t X > std::string omni::string::util::to_upper(constchar(& str)
template < std::size_t X > std::wstring omni::string::util::to_upper(constwchar_t(& str)