NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
载入中...
搜索中...
未找到
byte_size 成员列表

成员的完整列表,这些成员属于 byte_size,包括所有继承而来的类成员

as(unit u, bool binary=true) constbyte_size
byte_size()=defaultbyte_size
byte_size(uint64_t bytes)byte_sizeinlineexplicit
byte_size(decimal_t value, unit u, bool binary=true)byte_size
bytes() constbyte_sizeinline
is_zero() const noexceptbyte_sizeinline
operator!=(const byte_size &rhs) const noexcept(noexcept(!(*this==rhs)))icomparable< byte_size >inline
operator<=(const byte_size &rhs) const noexcept(noexcept(!(derived() > rhs)))icomparable< byte_size >inline
operator>(const byte_size &rhs) const noexcept(noexcept(rhs< derived()))icomparable< byte_size >inline
operator>=(const byte_size &rhs) const noexcept(noexcept(!(derived()< rhs)))icomparable< byte_size >inline
parse(string_view str)byte_sizeinlinestatic
parse(string_view str, bool binary)byte_sizestatic
to_hash() const noexceptbyte_sizeinline
to_string() constbyte_sizeinline
to_string(unit u, int precision=2, bool binary=true) constbyte_size
try_parse(const string_view str) noexceptiobject< byte_size >inline
unit 枚举名称byte_size