W3cubDocs

/C++

std::reference_wrapper::get, std::reference_wrapper::operator T&

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

Returns the stored reference.

Parameters

(none).

Return value

The stored reference.

Exceptions

1-2)
noexcept specification:
noexcept

See also

calls the stored function
(public member function)

© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
http://en.cppreference.com/w/cpp/utility/functional/reference_wrapper/get