Synopsis

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

template<
    typename Context,
    typename ID>
[[nodiscard]]
constexpr
decltype(ctx.arg(id))
get_arg(
    Context& ctx,
    ID id);

Return Value

Note

The return value should not be discarded.

Created with MrDocs