CPP-AP 2.2.6
Command-line argument parser for C++20
|
A structure used to represent an argument's parameter description. More...
#include <argument_descriptor.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 argument_descriptor.hpp.
std::string ap::detail::parameter_descriptor::name |
Definition at line 27 of file argument_descriptor.hpp.
std::string ap::detail::parameter_descriptor::value |
Definition at line 28 of file argument_descriptor.hpp.