|
idfxx 1.0.0
Modern C++23 components for ESP-IDF
|
Type-safe bitfield operations on scoped enums. More...
Namespaces | |
| namespace | idfxx |
Type-safe bitfield operations on scoped enums.
Provides the flags<E> template class for type-safe flag combinations with operator overloading. Requires opt-in via enable_flags_operators<E>.