CPP-AP 2.2.6
Command-line argument parser for C++20
Loading...
Searching...
No Matches
ap::detail::parameter_descriptor Struct Reference

A structure used to represent an argument's parameter description. More...

#include <argument_descriptor.hpp>

Public Attributes

std::string name
 
std::string value
 

Detailed Description

A structure used to represent an argument's parameter description.

Definition at line 26 of file argument_descriptor.hpp.

Member Data Documentation

◆ name

std::string ap::detail::parameter_descriptor::name

Definition at line 27 of file argument_descriptor.hpp.

◆ value

std::string ap::detail::parameter_descriptor::value

Definition at line 28 of file argument_descriptor.hpp.


The documentation for this struct was generated from the following file: