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:14
The concept unsigned_integral<T> is satisfied if and only if T is an integral type and is_unsigned_v<...
Definition unsigned_integral.hpp:16
and
Definition incrementable_traits.hpp:40
The class template bitset represents a fixed-size sequence of Bits bits. Bitsets can be manipulated b...
Definition bitset.hpp:23

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.