![]() |
CPP-ARGON 4.0.0
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 argon::detail::parameter_descriptor::name |
Definition at line 27 of file help_builder.hpp.
| std::string argon::detail::parameter_descriptor::value |
Definition at line 28 of file help_builder.hpp.