CPP-AP 3.0.1
Command-line argument parser for C++20
Loading...
Searching...
No Matches
ap::action_type::modify Struct Reference

A modifying value action specifier. More...

#include <types.hpp>

Public Types

template<ap::util::c_argument_value_type T>
using type = std::function< void(T &)>
 

Detailed Description

A modifying value action specifier.

Represents an argument action which modifies the value of an already initialized argument.

Definition at line 46 of file types.hpp.

Member Typedef Documentation

◆ type

using ap::action_type::modify::type = std::function<void(T&)>

Definition at line 48 of file types.hpp.


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