Constructors

Synopses

Declared in <mp‐units/utility/format.h>

Default‐constructs the union with the index alternative active, set to 0.

constexpr
value();

Constructs the union with the index alternative active, set to idx.

constexpr
explicit
value(int idx);

Parameters

Name

Description

idx

the argument index to store

Created with MrDocs