struct CheckNoUniqueAddress

Defined at line 519 of file ../../zircon/system/ulib/fbl/include/fbl/intrusive_container_utils.h

The SizeTracker relies on [[no_unique_address]] to implement its claim of not

requiring storage when SizeOrder::N. Even though [[no_unique_address] is

supported in C++20, some compilers use a different name for the attribute and

so the __NO_UNIQUE_ADDRESS macro is used for compatibility. This struct and

the related static_assert ensure that this macro is properly defined and

working.

Public Members

ZeroSized zero_
uint64_t data_

Records