CPP-AP 3.0.1
Command-line argument parser for C++20
Loading...
Searching...
No Matches
ap::util::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::util::c_arithmetic = std::is_arithmetic_v<T>
The concept is satisfied when T is an arithmetic type.
Definition concepts.hpp:57

Detailed Description

The concept is satisfied when T is an arithmetic type.

Template Parameters
TType to check.

Definition at line 57 of file concepts.hpp.