Daily bit(e) of C++ | [[no_unique_address]]
Daily bit(e) of C++ #129, The C++20 member attribute [[no_unique_address]].
C++20 introduced the [[no_unique_address]] attribute that can be used to annotate non-static data members.
The attribute allows the compiler to optimize empty members marked with this attribute to take up no space.