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;
Constructs a reference to the argument at index.
constexpr
explicit
fmt_arg_ref(int index);
Parameters
Name |
Description |
index |
the index of the referenced argument |
Created with MrDocs