Go to the source code of this file.
|
template<typename Tag , typename Encoding = default_encoding> |
using | lexy::argv_error = error_for< argv_input< Encoding >, Tag > |
|
template<typename Encoding = default_encoding> |
using | lexy::argv_error_context = error_context< argv_input< Encoding > > |
|
template<typename Encoding = default_encoding> |
using | lexy::argv_lexeme = lexeme_for< argv_input< Encoding > > |
|
|
constexpr argv_iterator | lexy::argv_begin (int argc, char *argv[]) noexcept |
| Returns an iterator to the beginning of the command-line arguments. More...
|
|
constexpr argv_iterator | lexy::argv_end (int argc, char *argv[]) noexcept |
| Returns an iterator one past the end of the command-line arguments. More...
|
|
| lexy::argv_input (int argc, char *argv[]) -> argv_input<> |
|