mp_units::utility::fmt_arg_ref::fmt_arg_ref

Constructors

Synopses

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

Default-constructs a reference that does not point to any argument (kind == fmt_arg_id_kind::none).

fmt_arg_ref() = default;
» more...

Constructs a reference to the argument at index.

constexpr
explicit
fmt_arg_ref(int index);
» more...

Parameters

NameDescription
indexthe index of the referenced argument