CPP-AP 3.0.1
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 <help_builder.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 help_builder.hpp.

Member Data Documentation

◆ name

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

Definition at line 27 of file help_builder.hpp.

◆ value

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

Definition at line 28 of file help_builder.hpp.


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