Return the argument held at the position given by the specified pos. If pos >= size() then a default-constructed basic_format_arg is returned.
Declared in <bslfmt_format_args.h>
basic_format_arg<t_CONTEXT>
get(size_t pos) const noexcept;
the argument at pos, or a default-constructed argument if out of range
| Name | Description |
|---|---|
| pos | zero-based index of the argument to retrieve |