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

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

bit_reference(uint32_t *ptr, const uint32_t mask) noexceptbit_referenceinline
bit_reference(const bit_reference &other) noexceptbit_referenceinline
bit_reference(bit_reference &&other) noexceptbit_referenceinline
equal_to(const bit_reference &rhs) const noexceptbit_referenceinline
flip() const noexceptbit_referenceinline
less_than(const bit_reference &rhs) const noexceptbit_referenceinline
operator bool() const noexceptbit_referenceinlineexplicit
operator!=(const bit_reference &rhs) const noexcept(noexcept(!(derived().equal_to(rhs))))icomparable< bit_reference >inline
operator<(const bit_reference &rhs) const noexcept(noexcept(derived().less_than(rhs)))icomparable< bit_reference >inline
operator<=(const bit_reference &rhs) const noexcept(noexcept(!(rhs.less_than(derived()))))icomparable< bit_reference >inline
operator=(const bit_reference &other) noexceptbit_referenceinline
operator=(bit_reference &&other) noexceptbit_referenceinline
operator=(const bool value) noexceptbit_referenceinline
operator==(const bit_reference &rhs) const noexcept(noexcept(derived().equal_to(rhs)))icomparable< bit_reference >inline
operator>(const bit_reference &rhs) const noexcept(noexcept(rhs.less_than(derived())))icomparable< bit_reference >inline
operator>=(const bit_reference &rhs) const noexcept(noexcept(!(derived().less_than(rhs))))icomparable< bit_reference >inline
swap(bit_reference &other) noexceptbit_referenceinline
to_hash() const noexceptbit_referenceinline
to_ihash() const noexcept(noexcept(derived().to_hash()))ihashable< bit_reference >inline
to_string() constbit_referenceinline