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

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 &)>
 

Detailed Description

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.

Member Typedef Documentation

◆ type

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

Definition at line 26 of file specifiers.hpp.


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