Assignment operator

Synopsis

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

[[nodiscard]]
constexpr
fmt_arg_ref&
operator=(int idx);

Return Value

Reference to the current object

Note

The return value should not be discarded.

Parameters

Name

Description

idx

The value to assign from

Created with MrDocs