omni::cstring::binary
NAME

omni::cstring::binary

A namespace of omni::cstring

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

SYNOPSIS

No synopsis found.

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