|
CPP-AP 3.0.1
Command-line argument parser for C++20
|
Validates that R is a range of type T (ignoring the cvref qualifiers). More...
#include <concepts.hpp>
Validates that R is a range of type T (ignoring the cvref qualifiers).
| R | The range type to check. |
| V | The expected range value type. |
| TV | The validation rule (same or convertible). |
Definition at line 138 of file concepts.hpp.