libfxd 0.2.dev
A fixed-point library for C++.
Loading...
Searching...
No Matches
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 Ccommon_type< Fxd, Other >Specialization: fxd::fixed + arithmetic = fxd::fixed
 Ccommon_type< Fxd1, Fxd2 >Specialization: both are fxd::fixed, and either can be safely converted to the other
 Ccommon_type< Other, Fxd >Specialization: arithmetic + fxd::fixed = fxd::fixed
 Cfixed< Int, Frac, Raw >The fixed-point class template
 Chash< Fxd >Specialization: std::hash<fxd::fixed>
 Cis_signed
 Cis_signed_fixed_point< fixed< Int, Frac, Raw > >Test if a type is signed fxd::fixed
 Cnumeric_limits< fxd::fixed< Int, Frac, Raw > >Specialization: fxd::fixed is similar to floating-point
 Cuniform_real_distribution< Fxd >::param_typeAnalogous to std::uniform_real_distribution::param_type
 Ctrue_type
 Cis_fixed_point< fixed< Int, Frac, Raw > >Test if a type is fxd::fixed
 Cuniform_int_distribution
 Cuniform_real_distribution< Fxd >Analogous to std::uniform_real_distribution