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

Check whether. More...

#include <concepts.hpp>

Concept definition

template<typename T>
concept m::arithmetic = integral<T> or std::floating_point<T>
Check whether.
Definition: concepts.hpp:35
Check whether.
Definition: concepts.hpp:23

Detailed Description

Check whether.

Template Parameters
Tis an arithmetic type, i.e. integral or floating point.

Definition at line 35 of file concepts.hpp.