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

Concept for non-boolean integral types. More...

#include <concepts.hpp>

Concept definition

template<typename Type>
concept sbx::math::integral = is_integral_v<Type>
Concept for non-boolean integral types.
Definition: concepts.hpp:96

Detailed Description

Concept for non-boolean integral types.

Template Parameters
TypeType to test.