mutable
A Database System for Research and Fast Prototyping
Loading...
Searching...
No Matches
m::unsigned_integral Concept Reference

Check whether. More...

#include <concepts.hpp>

Concept definition

template<typename T>
concept m::unsigned_integral = integral<T> and not std::is_signed_v<T>
Check whether.
Definition: concepts.hpp:23
Check whether.
Definition: concepts.hpp:31
and
Definition: enum_ops.hpp:12

Detailed Description

Check whether.

Template Parameters
Tis an unsigned integral type (excluding boolean).

Definition at line 31 of file concepts.hpp.