folly::libcpp_detail::std_bit_reference_layout

Memory layout mirroring libc++'s std::__bit_reference.

Synopsis

Declared in <folly/container/StdBitset.h>

struct std_bit_reference_layout;

Data Members

NameDescription
address Pointer to the word containing the referenced bit.
mask Mask selecting the referenced bit within the word.