3#ifndef TETL_FORMAT_BASIC_FORMAT_ARGS_HPP
4#define TETL_FORMAT_BASIC_FORMAT_ARGS_HPP
14template <
typename Context>
18 template <typename... Args>
19 constexpr
basic_format_args(detail::format_arg_store<Context, Args...> const& store) noexcept
26 if (i >= _args.size()) {
Definition adjacent_find.hpp:8
basic_format_args< format_context > format_args
Definition basic_format_args.hpp:36
basic_format_args< wformat_context > wformat_args
Definition basic_format_args.hpp:37
A non-owning view over a contiguous sequence of objects.
Definition span.hpp:83