omni::char_util::to_int
NAME

omni::char_util::to_int

A function of omni::char_util

#include <omni/types/char_t.hpp>
inline int omni::char_util::to_int(char c, bool has_hex)


OVERLOADS

inline int omni::char_util::to_int(wchar_t c, bool has_hex)
inline int omni::char_util::to_int(char c)
inline int omni::char_util::to_int(wchar_t c)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top