NAME
A namespace of omni::string::util
MEMBERS
omni::string::util::binary
A namespace of omni::string::util
#include <omni/string/util.hpp>namespace omni::string::util::binaryMEMBERS
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)