sandbox
Loading...
Searching...
No Matches
sbx::math::floating_point Concept Reference

Concept for floating-point types. More...

#include <concepts.hpp>

Concept definition

template<typename Type>
concept sbx::math::floating_point = is_floating_point_v<Type>
Concept for floating-point types.
Definition: concepts.hpp:72

Detailed Description

Concept for floating-point types.

Template Parameters
TypeType to test.