GF2++
Loading...
Searching...
No Matches
gf2::Unsigned

The Unsigned concept is the same as std::unsigned_integral. It is satisfied by all primitive unsigned integer types. More...

#include <Unsigned.h>

Concept definition

template<typename T>
concept gf2::Unsigned = std::unsigned_integral<T>
The Unsigned concept is the same as std::unsigned_integral. It is satisfied by all primitive unsigned...
Definition Unsigned.h:24

Detailed Description

The Unsigned concept is the same as std::unsigned_integral. It is satisfied by all primitive unsigned integer types.