NAME
A namespace of omni
MEMBERS
omni::char_util
A namespace of omni
#include <omni/types/char_t.hpp>MEMBERS
template<> inline char to_char_t<char, omni::char_util::char>(char c)
inline bool omni::char_util::is_alpha(char c)
inline bool omni::char_util::is_digit(char c)
inline char omni::char_util::to_char(wchar_t wc)
template < typename Cx, typename Cy > inline Cx omni::char_util::to_char_t(Cy 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)
inline wchar_t omni::char_util::to_wchar(char c)
template<> inline char to_char_t<char, omni::char_util::wchar_t>(wchar_t c)