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

Concept for scalar numeric types. More...

#include <concepts.hpp>

Concept definition

template<typename Type>
concept sbx::math::scalar = is_scalar_v<Type>
Concept for scalar numeric types.
Definition: concepts.hpp:150

Detailed Description

Concept for scalar numeric types.

Template Parameters
TypeType to test.