std::reference_wrapper<T>::get,std::reference_wrapper<T>::operatorT& (3) - Linux Manuals

std::reference_wrapper<T>::get,std::reference_wrapper<T>::operatorT&: std::reference_wrapper<T>::get,std::reference_wrapper<T>::operatorT&amp;

NAME

std::reference_wrapper<T>::get,std::reference_wrapper<T>::operatorT& - std::reference_wrapper<T>::get,std::reference_wrapper<T>::operatorT&

Synopsis


operator T& () const noexcept; (since C++11)
T& get() const noexcept; (since C++11)


Returns the stored reference.

Parameters


(none)

Return value


The stored reference.

See also


           calls the stored function
operator() (public member function)