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

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

#include <unsigned_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
The concept unsigned_integral<T> is satisfied if and only if T is an integral type and is_unsigned_v<...
Definition unsigned_integral.hpp:15
constexpr bool is_unsigned_v
Definition is_unsigned.hpp:33

Detailed Description

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