The BitProxy class allows to access to a bool reference from a bit saved in a mask, and then allow assignment.
More...
#include <vclib/space/core/bit_set/bit_proxy.h>
|
std::reference_wrapper< T > | mMask |
|
const uint | mIndex |
|
template<std::integral T>
class vcl::BitProxy< T >
The BitProxy class allows to access to a bool reference from a bit saved in a mask, and then allow assignment.
◆ BitProxy()
template<std::integral T>
Constructs the BitProxy with the given mask and index.
- Parameters
-
[in] | mask | the mask containing the bit to access. |
[in] | index | the index of the bit to access. |
The documentation for this class was generated from the following file:
- vclib/core/include/vclib/space/core/bit_set/bit_proxy.h