NAME
A namespace of omni
omni::char_util
A namespace of omni
#include <omni/types/char_t.hpp>
char_util
inline bool omni::char_util::is_alpha(char c)
inline bool omni::char_util::is_digit(char c)
template < typename std_char_t > std_char_t omni::char_util::to_lower(std_char_t c)
template <> inline char omni::char_util::to_lower<char>(char c)
template <> inline wchar_t omni::char_util::to_lower<wchar_t>(wchar_t c)
template < typename std_char_t > std_char_t omni::char_util::to_upper(std_char_t c)
template <> inline char omni::char_util::to_upper<char>(char c)
template <> inline wchar_t omni::char_util::to_upper<wchar_t>(wchar_t c)