template <typename Context>
basic_scan_args class
A view over a collection of scanning arguments (scan_arg_store).
Passed to scn::, where it's automatically constructed from a scan_arg_store.
Public functions
-
auto get(std::
size_t id) const → basic_ scan_ arg<Context> constexpr -
auto size() const → std::
size_t constexpr
Function documentation
template <typename Context>
basic_ scan_ arg<Context> scn::basic_scan_args::get(std:: size_t id) const constexpr
| Returns | basic_ at index id. Empty basic_ if there's no argument at index id. |
|---|
template <typename Context>
std:: size_t scn::basic_scan_args::size() const constexpr
| Returns | Number of arguments in *this. |
|---|