omni::wstring::binary

SYNOPSIS

No synopsis found.

inline std::wstring wstring::binary::from_uint(unsigned int val, bool trim)
inline std::wstring wstring::binary::from_ulong(unsigned long val, bool trim)
inline bool wstring::binary::is_valid(const std::wstring& str)
inline std::size_t wstring::binary::to_size_t(const std::wstring& str)
inline unsigned int wstring::binary::to_uint(const std::wstring& str)
inline unsigned long wstring::binary::to_ulong(const std::wstring& str)


top

DESCRIPTION

No description found.

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