#include <argv_input.hpp>
Public Types | |
using | char_type = typename encoding::char_type |
using | encoding = Encoding |
Public Member Functions | |
constexpr | argv_input ()=default |
constexpr | argv_input (argv_iterator begin, argv_iterator end) noexcept |
Iterate over the range of command-line arguments. More... | |
constexpr | argv_input (int argc, char *argv[]) noexcept |
Iterate over the command-line arguments. More... | |
constexpr auto | reader () const &noexcept |
Private Attributes | |
argv_iterator | _begin |
argv_iterator | _end |
Definition at line 119 of file argv_input.hpp.
using lexy::argv_input< Encoding >::char_type = typename encoding::char_type |
Definition at line 123 of file argv_input.hpp.
using lexy::argv_input< Encoding >::encoding = Encoding |
Definition at line 122 of file argv_input.hpp.
|
constexprdefault |
|
inlineconstexprnoexcept |
Iterate over the range of command-line arguments.
Definition at line 132 of file argv_input.hpp.
|
inlineconstexprnoexcept |
Iterate over the command-line arguments.
Definition at line 136 of file argv_input.hpp.
|
inlineconstexprnoexcept |
Definition at line 141 of file argv_input.hpp.
|
private |
Definition at line 147 of file argv_input.hpp.
|
private |
Definition at line 147 of file argv_input.hpp.