20 General utilities library [utilities]

20.8 Function objects [function.objects]

20.8.3 Class template reference_wrapper [refwrap]

20.8.3.2 reference_wrapper assignment [refwrap.assign]

reference_wrapper& operator=(const reference_wrapper<T>& x) noexcept;

Postconditions: *this stores a reference to x.get().