Holds an integral value for conversion to a floating-point target type.
Declared in <folly/Utility.h>
template<typename Src>
class to_floating_point_convertible;
| Name | Description |
|---|---|
to_floating_point_convertible [constructor] | Constructors |
operator= | Assignment operators |
operator Dst | Converts the wrapped value to the destination floating-point type. |
| Name | Description |
|---|---|
to_floating_point | Wraps the argument for floating-point conversion. |