|
JH-Toolkit v1.4.1
An engineering-oriented C++20 toolkit with duck-typed concepts, static design, async coroutines, and semantic containers — header-only, RTTI-free, and concurrency-friendly.
|
Internal reference proxy for single bit access. More...
#include <jh/core/runtime_arr.h>
Public Member Functions | |
| bit_ref (std::uint64_t &word, const std::uint64_t bit) | |
| bit_ref & | operator= (bool val) &noexcept |
| bit_ref & | operator= (bool val) const &&noexcept |
| operator bool () const | |
Internal reference proxy for single bit access.
Represents a writable proxy for an individual bit within a 64-bit word.
bool. bool for read access.