Constructors
Declared in <mp-units/utility/format.h>
Default-constructs the union with the index alternative active, set to 0.
constexpr
value();
» more...
Constructs the union with the index alternative active, set to idx.
constexpr
explicit
value(int idx);
» more...
| Name | Description |
|---|---|
| idx | the argument index to store |