omni::cstring::binary
NAME

omni::cstring::binary

A namespace of omni::cstring

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