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

Check whether. More...

#include <concepts.hpp>

Concept definition

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

Detailed Description

Check whether.

Template Parameters
Tis a signed integral type (excluding boolean).

Definition at line 27 of file concepts.hpp.