Files
2025-10-25 03:02:53 +03:00

595 B

[refwrap.assign]

22 General utilities library [utilities]

22.10 Function objects [function.objects]

22.10.6 Class template reference_wrapper [refwrap]

22.10.6.3 Assignment [refwrap.assign]

🔗

constexpr reference_wrapper& operator=(const reference_wrapper& x) noexcept;

1

#

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