|
NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
成员的完整列表,这些成员属于 boolean,包括所有继承而来的类成员
| bits() noexcept | ipackage< boolean, bool > | inlinestatic |
| bytes() noexcept | ipackage< boolean, bool > | inlinestatic |
| operator package_type() const noexcept | ipackage< boolean, bool > | inlineexplicit |
| operator!() const noexcept | boolean | inline |
| operator!=(const boolean &rhs) const noexcept(noexcept(!(*this==rhs))) | icomparable< boolean > | inline |
| operator%(const boolean &other) const noexcept(noexcept(const_cast< boolean & >(derived()).operator%=(other))) | iarithmetic< boolean > | inline |
| operator%=(const boolean &other) | ipackage< boolean, bool > | inline |
| operator&(const boolean &other) const noexcept(noexcept(const_cast< boolean & >(derived()).operator&=(other))) | ibinary< boolean > | inline |
| operator&=(const boolean &other) noexcept | ipackage< boolean, bool > | inline |
| operator*(const boolean &other) const noexcept(noexcept(const_cast< boolean & >(derived()).operator*=(other))) | iarithmetic< boolean > | inline |
| operator*=(const boolean &other) noexcept | ipackage< boolean, bool > | inline |
| operator+(const boolean &other) const noexcept(noexcept(const_cast< boolean & >(derived()).operator+=(other))) | iarithmetic< boolean > | inline |
| operator++() noexcept | ipackage< boolean, bool > | inline |
| operator+=(const boolean &other) noexcept | ipackage< boolean, bool > | inline |
| operator-() const noexcept | ipackage< boolean, bool > | inline |
| iarithmetic< boolean >::operator-(const boolean &other) const noexcept(noexcept(const_cast< boolean & >(derived()).operator-=(other))) | iarithmetic< boolean > | inline |
| operator--() noexcept | ipackage< boolean, bool > | inline |
| operator-=(const boolean &other) noexcept | ipackage< boolean, bool > | inline |
| operator/(const boolean &other) const noexcept(noexcept(const_cast< boolean & >(derived()).operator/=(other))) | iarithmetic< boolean > | inline |
| operator/=(const boolean &other) | ipackage< boolean, bool > | inline |
| operator<(const boolean &other) const noexcept | ipackage< boolean, bool > | inline |
| operator<<(const uint32_t shift) const | ibinary< boolean > | inline |
| operator<<=(const uint32_t shift) | ipackage< boolean, bool > | inline |
| operator<=(const boolean &rhs) const noexcept(noexcept(!(derived() > rhs))) | icomparable< boolean > | inline |
| operator==(const boolean &other) const noexcept | ipackage< boolean, bool > | inline |
| operator>(const boolean &rhs) const noexcept(noexcept(rhs< derived())) | icomparable< boolean > | inline |
| operator>=(const boolean &rhs) const noexcept(noexcept(!(derived()< rhs))) | icomparable< boolean > | inline |
| operator>>(const uint32_t shift) const | ibinary< boolean > | inline |
| operator>>=(const uint32_t shift) | ipackage< boolean, bool > | inline |
| operator^(const boolean &other) const noexcept(noexcept(const_cast< boolean & >(derived()).operator^=(other))) | ibinary< boolean > | inline |
| operator^=(const boolean &other) noexcept | ipackage< boolean, bool > | inline |
| operator|(const boolean &other) const noexcept(noexcept(const_cast< boolean & >(derived()).operator|=(other))) | ibinary< boolean > | inline |
| operator|=(const boolean &other) noexcept | ipackage< boolean, bool > | inline |
| operator~() const noexcept | ipackage< boolean, bool > | inline |
| package_type typedef | ipackage< boolean, bool > | |
| parse(const string_view lower) | boolean | inlinestatic |
| swap(boolean &other) noexcept | ipackage< boolean, bool > | inline |
| to_hash() const noexcept | ipackage< boolean, bool > | inline |
| to_int64() const noexcept | ipackage< boolean, bool > | inline |
| to_string(const value_type value) | boolean | inlinestatic |
| to_string() const | boolean | inline |
| try_parse(const string_view str) noexcept | iobject< boolean > | inline |
| value() const noexcept | ipackage< boolean, bool > | inline |
| value_ | ipackage< boolean, bool > | protected |
| ~ipackage()=default | ipackage< boolean, bool > | protected |