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

The concept is satisfied when T is an arithmetic type. More...

#include <concepts.hpp>

Concept definition

template<typename T>
concept ap::detail::c_arithmetic = std::is_arithmetic_v<T>
The concept is satisfied when T is an arithmetic type.
Definition concepts.hpp:36

Detailed Description

The concept is satisfied when T is an arithmetic type.

Template Parameters
TType to check.

Definition at line 36 of file concepts.hpp.