In the following table only constructor, assignment operators, and cast operators are shown. Additionally, the template class includes compare and arithmetical operators. However, for the sake of brevity they are not listed here.
Methods | Description |
---|---|
float_type(const double a) | Constructor to create an floating point instance from a double. |
float_type &operator=(const float_type a) |
Copy constructor. |
float_type(const float_base a) | Cast operator to convert a float_base value into an float_type. |