|
CPP-AP 3.0.1
Command-line argument parser for C++20
|
A structure used to represent an argument's parameter description. More...
#include <help_builder.hpp>
Public Attributes | |
| std::string | name |
| std::string | value |
A structure used to represent an argument's parameter description.
Definition at line 26 of file help_builder.hpp.
| std::string ap::detail::parameter_descriptor::name |
Definition at line 27 of file help_builder.hpp.
| std::string ap::detail::parameter_descriptor::value |
Definition at line 28 of file help_builder.hpp.