folly::to_floating_point_convertible::operator=

Assignment operators

Synopses

Declared in <folly/Utility.h>

Copy-assigns the wrapper.

to_floating_point_convertible&
operator=(to_floating_point_convertible const& other) = default;
» more...

Move-assigns the wrapper.

to_floating_point_convertible&
operator=(to_floating_point_convertible&& other) = default;
» more...

Return Value

A reference to this object.

Parameters

NameDescription
otherThe wrapper to copy from.