omni::string::util::binary
NAME

omni::string::util::binary

A namespace of omni::string::util

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