Rebinds this reference to the argument at idx.
Declared in <mp-units/utility/format.h>
[[nodiscard]]
constexpr
fmt_arg_ref&
operator=(int idx);
a reference to *this, after the assignment
The return value should not be discarded.
| Name | Description |
|---|---|
| idx | the index of the argument to reference |