|
CPP-AP 3.0.1
Command-line argument parser for C++20
|
An observing value action specifier. More...
#include <types.hpp>
Public Types | |
| template<ap::util::c_argument_value_type T> | |
| using | type = std::function< void(const T &)> |
An observing value action specifier.
Represents an argument action which observes the parsed value and performs some logic on it without modifying it.
| using ap::action_type::observe::type = std::function<void(const T&)> |