CPP-AP 2.2.6
Command-line argument parser for C++20
|
Validates that T
is the same as one of the types defined by Types
.
More...
#include <concepts.hpp>
Validates that T
is the same as one of the types defined by Types
.
T | Type to check. |
Types | The valid types to compare against. |
Definition at line 51 of file concepts.hpp.