A type that satisfies integral arithmetic. More...

Detailed Description

The Integral concept is satisfied by any type modelling the built-in integer types: char, short, int, long, and their unsigned counterparts.

Definition

template <typename T>
concept Integral = detail::is_integral<T>::value;

Used by

IntegralBox

A box holding any Integral type

Cpp20Concepts::processConcept()

Cpp20Concepts::sum()

Cpp20Concepts::doubleValue()