![]() |
CPP-ARGON 4.0.0
Command-Line Argument Parser for C++20
|
Defines structures for creating and formatting help messages. More...
#include "argon/detail/argument_name.hpp"#include "argon/util/concepts.hpp"#include "argon/util/string.hpp"#include <cstdint>#include <format>#include <iomanip>#include <optional>#include <sstream>#include <vector>Go to the source code of this file.
Classes | |
| struct | argon::detail::parameter_descriptor |
| A structure used to represent an argument's parameter description. More... | |
| class | argon::detail::help_builder |
| A help message builder class. More... | |
Namespaces | |
| namespace | argon |
| namespace | argon::detail |
Defines structures for creating and formatting help messages.
Definition in file help_builder.hpp.