Namespaces
Variants
Views
Actions

std::reference_wrapper::operator=

From cppreference.com
 
 
 
Function objects
Function wrappers
(C++11)
(C++11)
Bind
(C++11)
Function invocation
(C++17)
Identity function object
(C++20)
Reference wrappers
(C++11)(C++11)
Operator wrappers
Negators
(C++17)
Searchers
Old binders and adaptors
(until C++17)
(until C++17)
(until C++17)
(until C++17)
(until C++17)(until C++17)(until C++17)(until C++17)
(until C++20)
(until C++20)
(until C++17)(until C++17)
(until C++17)(until C++17)

(until C++17)
(until C++17)(until C++17)(until C++17)(until C++17)
(until C++20)
(until C++20)
 
 
reference_wrapper& operator=( const reference_wrapper<T>& other ) noexcept;
(since C++11)

Copy assignment operator. Drops the current reference and stores a reference to other.get().

[edit] Parameters

other - reference wrapper to copy

[edit] Return values

*this