CPP-AP 2.2.6
Command-line argument parser for C++20
Loading...
Searching...
No Matches
argument_descriptor.hpp File Reference

Defines structures for formatting argument descriptions. More...

#include "ap/detail/argument_name.hpp"
#include "concepts.hpp"
#include "str_utility.hpp"
#include <cstdint>
#include <format>
#include <iomanip>
#include <optional>
#include <sstream>
#include <vector>

Go to the source code of this file.

Classes

struct  ap::detail::parameter_descriptor
 A structure used to represent an argument's parameter description. More...
 
class  ap::detail::argument_descriptor
 A structure used to represent an argument's description. More...
 

Detailed Description

Defines structures for formatting argument descriptions.

Definition in file argument_descriptor.hpp.