Fixed mapping function. More...
Public Member Functions | |
fixed (Result r) | |
template<typename T > | |
Result | operator() (T &&) const |
Public Attributes | |
Result | m_r |
Friends | |
constexpr bool | operator== (fixed const &x, fixed const &y) noexcept |
constexpr bool | operator!= (fixed const &x, fixed const &y) noexcept |
Fixed mapping function.
Result | Type mapped to. |