|
NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
成员的完整列表,这些成员属于 bit_reference,包括所有继承而来的类成员
| bit_reference()=default | bit_reference | |
| bit_reference(uint32_t *ptr, const uint32_t mask) noexcept | bit_reference | inline |
| bit_reference(const bit_reference &other) noexcept | bit_reference | inline |
| bit_reference(bit_reference &&other) noexcept | bit_reference | inline |
| flip() const noexcept | bit_reference | inline |
| operator bool() const noexcept | bit_reference | inlineexplicit |
| operator!=(const bit_reference &rhs) const noexcept(noexcept(!(*this==rhs))) | icomparable< bit_reference > | inline |
| operator<(const bit_reference &rhs) const noexcept | bit_reference | inline |
| operator<=(const bit_reference &rhs) const noexcept(noexcept(!(derived() > rhs))) | icomparable< bit_reference > | inline |
| operator=(const bit_reference &other) noexcept | bit_reference | inline |
| operator=(bit_reference &&other) noexcept | bit_reference | inline |
| operator=(const bool value) noexcept | bit_reference | inline |
| operator==(const bit_reference &rhs) const noexcept | bit_reference | inline |
| operator>(const bit_reference &rhs) const noexcept(noexcept(rhs< derived())) | icomparable< bit_reference > | inline |
| operator>=(const bit_reference &rhs) const noexcept(noexcept(!(derived()< rhs))) | icomparable< bit_reference > | inline |
| swap(bit_reference &other) noexcept | bit_reference | inline |
| to_hash() const noexcept | bit_reference | inline |
| to_string() const | bit_reference | inline |