template<typename Parent, typename ReturnT, ReturnT(Parent::*)(ReturnT) noexcept Set, ReturnT(Parent::*)() const noexcept Get>
struct kblib::detail_bits::bitfield_proxy< Parent, ReturnT, Set, Get >
A proxy reference type for BITFIELD-declared bitfields.
It may be assigned to, or it may be used as a prvalue of type ReturnT. Unlike most proxy references, this is actually not that dissimilar to a language bitfield, which has only those capabilities. Like all other proxy references, it should not generally be bound to an auto variable.
Definition at line 475 of file bits.h.