![]() |
CPP-ARGON 4.0.0
Command-Line Argument Parser for C++20
|
A modifying value action specifier. More...
#include <types.hpp>
Public Types | |
| template<argon::util::c_argument_value_type T> | |
| using | type = std::function< void(T &)> |
A modifying value action specifier.
Represents an argument action which modifies the value of an already initialized argument.
| using argon::action_type::modify::type = std::function<void(T&)> |