7template<concepts::FormatArg Arg>
12 constexpr auto size() const ->
size_t {
return m_args.size(); }
14 constexpr auto operator[](
size_t index)
const -> Arg {
return m_args[index]; }
Definition span_forward_declaration.h:10
Definition bounded_format_context.h:7