template <bool Value, size_t Index>

struct FixedBool

Defined at line 217 of file ../../src/lib/elfldltl/include/lib/elfldltl/diagnostics.h

This is an empty subclass of std::true_type or std::false_type, but

different Index values yield distinct subclass types. This is necessary for

[[no_unique_address]] semantics to achieve an empty struct if two adjacent

fields have the same Value.