Proxy that Bitset::operator[] hands out to read/write the bit it refers to.
More...
#include <fe/bitset.h>
|
| constexpr reference & | operator= (bool b) noexcept |
| constexpr reference & | operator= (const reference &other) noexcept |
| constexpr reference & | flip () noexcept |
| constexpr | operator bool () const noexcept |
| constexpr bool | operator~ () const noexcept |
Proxy that Bitset::operator[] hands out to read/write the bit it refers to.
Definition at line 35 of file bitset.h.
◆ flip()
| reference & fe::Bitset::reference::flip |
( |
| ) |
|
|
inlineconstexprnoexcept |
◆ operator bool()
| fe::Bitset::reference::operator bool |
( |
| ) |
const |
|
inlineconstexprnoexcept |
◆ operator=() [1/2]
| reference & fe::Bitset::reference::operator= |
( |
bool | b | ) |
|
|
inlineconstexprnoexcept |
◆ operator=() [2/2]
| reference & fe::Bitset::reference::operator= |
( |
const reference & | other | ) |
|
|
inlineconstexprnoexcept |
◆ operator~()
| bool fe::Bitset::reference::operator~ |
( |
| ) |
const |
|
inlineconstexprnoexcept |
◆ Bitset
The documentation for this class was generated from the following file: