libfxd 0.2.dev
A fixed-point library for C++.
|
▼Nfxd | This is the namespace where the entire library is defined |
Cfixed | The fixed-point class template |
Cis_fixed_point< fixed< Int, Frac, Raw > > | Test if a type is fxd::fixed |
Cis_signed_fixed_point< fixed< Int, Frac, Raw > > | Test if a type is signed fxd::fixed |
▼Cuniform_real_distribution | Analogous to std::uniform_real_distribution |
Cparam_type | Analogous to std::uniform_real_distribution::param_type |
▼Nstd | STL namespace |
Chash< Fxd > | Specialization: std::hash<fxd::fixed> |
Cnumeric_limits< fxd::fixed< Int, Frac, Raw > > | Specialization: fxd::fixed is similar to floating-point |
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 |