CPP-AP 2.2.6
Command-line argument parser for C++20
Loading...
Searching...
No Matches
ap::action::detail::c_value_action_specifier Concept Reference

The concept is satisfied when AS is a valid value action action specifier. More...

#include <utility.hpp>

Concept definition

template<typename AS>
The concept is satisfied when AS is a valid value action action specifier.
Definition utility.hpp:24
Validates that T is the same as one of the types defined by Types.
Definition concepts.hpp:51

Detailed Description

The concept is satisfied when AS is a valid value action action specifier.

Template Parameters
ASThe action specifier type.

Definition at line 24 of file utility.hpp.