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

Check whether. More...

#include <concepts.hpp>

Concept definition

template<typename T>
concept m::integral = (std::integral<T> and not boolean<T>)
Check whether.
Definition: concepts.hpp:14
Check whether.
Definition: concepts.hpp:23
and
Definition: enum_ops.hpp:12

Detailed Description

Check whether.

Template Parameters
Tis an integral type (excluding boolean).

Definition at line 23 of file concepts.hpp.