template <typename Context, typename... Args>
scan_arg_store class
A tuple of scanning arguments, stored by value.
Implicitly convertible to basic_
, to be passed to type-erased along to type-erased scanning functions, like scn::
.
Friends
-
template <typename Ctx, typename... A>auto make_scan_args() constexpr
Function documentation
template <typename Context, typename... Args>
template <typename Ctx, typename... A>
auto make_scan_args() constexpr
template <typename Ctx, typename... A>
Constructs a scan_
object, associated with Context
, that contains value-initialized values of types Args...
.