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

Check whether types. More...

#include <concepts.hpp>

Concept definition

template<typename T, typename U>
std::floating_point<T> == std::floating_point<U>
Check whether.
Definition: concepts.hpp:35
Check whether types.
Definition: concepts.hpp:61
and
Definition: enum_ops.hpp:12

Detailed Description

Check whether types.

Template Parameters
Tand
Uhave same floating point-ness, i.e. both floating or both integral.

Definition at line 61 of file concepts.hpp.