|
NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
成员的完整列表,这些成员属于 byte_size,包括所有继承而来的类成员
| as(unit u, bool binary=true) const | byte_size | |
| byte_size() noexcept=default | byte_size | |
| byte_size(uint64_t bytes) noexcept | byte_size | inlineexplicit |
| byte_size(decimal_t value, unit u, bool binary=true) | byte_size | |
| bytes() const noexcept | byte_size | inline |
| is_zero() const noexcept | byte_size | inline |
| operator!=(const byte_size &rhs) const noexcept(noexcept(!(derived().equal_to(rhs)))) | icomparable< byte_size > | inline |
| operator<(const byte_size &rhs) const noexcept(noexcept(derived().less_than(rhs))) | icomparable< byte_size > | inline |
| operator<=(const byte_size &rhs) const noexcept(noexcept(!(rhs.less_than(derived())))) | icomparable< byte_size > | inline |
| operator==(const byte_size &rhs) const noexcept(noexcept(derived().equal_to(rhs))) | icomparable< byte_size > | inline |
| operator>(const byte_size &rhs) const noexcept(noexcept(rhs.less_than(derived()))) | icomparable< byte_size > | inline |
| operator>=(const byte_size &rhs) const noexcept(noexcept(!(derived().less_than(rhs)))) | icomparable< byte_size > | inline |
| parse(string_view str) | byte_size | inlinestatic |
| parse(string_view str, bool binary) | byte_size | static |
| to_hash() const noexcept | byte_size | inline |
| to_ihash() const noexcept(noexcept(derived().to_hash())) | ihashable< byte_size > | inline |
| to_string() const | byte_size | inline |
| to_string(unit u, int precision=2, bool binary=true) const | byte_size | |
| try_parse(const string_view str) noexcept | iobject< byte_size > | inline |
| unit 枚举名称 | byte_size |