|
argon 0.12.0
Command line argument parser
|
#include <argon/Argument.hpp>#include <functional>#include <set>#include <string_view>#include <vector>

Go to the source code of this file.
Classes | |
| class | argon::Option |
| Base type of all optional arguments. More... | |
| class | argon::BasicOption |
| Optional argument with a simple binary state. More... | |
| class | argon::ValueOption |
| Optional argument with an arbitrary value. More... | |