omni::char_util
NAME

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)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top

RETURN VALUES

No return value.

top

ERRORS

No errors specific to this context.

top

CONSIDERATIONS

No extra considerations.

top

PLATFORM SPECIFIC

Nothing platform specific to account for.

top

NOTES

No additional notes.

top

EXAMPLE
Currently no examples.
Visit the examples page for more.

top