ToyGine2 26.2.0
Game Engine for retro consoles
Loading...
Searching...
No Matches
toy::math::is_fixed_point< T > Struct Template Reference

Unary type trait: true if T is an instantiation of toy::math::fixed, false otherwise. More...

Inheritance diagram for toy::math::is_fixed_point< T >:
Collaboration diagram for toy::math::is_fixed_point< T >:

Detailed Description

template<typename T>
struct toy::math::is_fixed_point< T >

Unary type trait: true if T is an instantiation of toy::math::fixed, false otherwise.

Specialization for toy::math::fixed: always true_type.

Template Parameters
TType to check.
BaseStorage type for raw fixed-point value.
IntermediateIntermediate type for calculations.
FractionNumber of fractional bits.
RoundingRounding policy.

The documentation for this struct was generated from the following file: