CPP-AP 2.2.6
Command-line argument parser for C++20
|
An observing value action specifier. More...
#include <specifiers.hpp>
Public Types | |
template<ap::detail::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.
Definition at line 24 of file specifiers.hpp.
using ap::action_type::observe::type = std::function<void(const T&)> |
Definition at line 26 of file specifiers.hpp.