omni::string::binary
NAME

omni::string::binary

A namespace of omni::string

#include <omni/xx/string.hxx>
binary
inline OMNI_STRING_T_FW omni::string::binary::from_uint(unsigned int val, bool trim)
inline OMNI_STRING_T_FW omni::string::binary::from_ulong(unsigned long val, bool trim)
inline bool omni::string::binary::is_valid(const OMNI_STRING_T_FW& str)
inline std::size_t omni::string::binary::to_size_t(const OMNI_STRING_T_FW& str)
inline unsigned int omni::string::binary::to_uint(const OMNI_STRING_T_FW& str)
inline unsigned long omni::string::binary::to_ulong(const OMNI_STRING_T_FW& str)

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