tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
etl::integral Concept Reference

The concept integral<T> is satisfied if and only if T is an integral type. More...

#include <integral.hpp>

Concept definition

template<typename T>
The concept integral<T> is satisfied if and only if T is an integral type.
Definition integral.hpp:13
constexpr bool is_integral_v
Definition is_integral.hpp:28

Detailed Description

The concept integral<T> is satisfied if and only if T is an integral type.