Macros§
- auto_
const_ array - Declare a new const array without specify length. It helps when apply conditional compilation to part of a const array.
Attribute Macros§
- auto_
const_ array_ attr - Declare a new const array without specify length.
It helps when apply conditional compilation to part of a const array.
Similar to
auto_const_array
, but using attribute macro syntax.