ComPPare 1.0.0
Loading...
Searching...
No Matches
comppare::internal::concepts::Arithmetic Concept Reference

Concept for an arithmetic type (either floating-point or integral). More...

#include <concepts.hpp>

Concept definition

template<typename T>
Concept for an arithmetic type (either floating-point or integral).
Definition concepts.hpp:78
Concept for a floating-point type.
Definition concepts.hpp:61
Concept for an integral type.
Definition concepts.hpp:69

Detailed Description

Concept for an arithmetic type (either floating-point or integral).

Template Parameters
T