CPP-AP 2.7.0
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:43

Detailed Description

The concept is satisfied when T is an arithmetic type.

Template Parameters
TType to check.

Definition at line 43 of file concepts.hpp.