Returns the argument with the specified id.

Synopsis

Declared in <fmt/base.h>

constexpr
format_arg
arg(int id) const;

Return Value

The argument with id id.

Parameters

Name

Description

id

The id of the argument to return.

Created with MrDocs