![]() |
ToyGine2 26.2.0
Game Engine for retro consoles
|
Concept satisfied when T is an instantiation of toy::math::fixed. More...
Concept satisfied when T is an instantiation of toy::math::fixed.
Use to constrain template parameters to fixed-point types only (analogous to toy::math::floating_point for built-in floating-point types). Equivalent to is_fixed_point_v<T>.