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