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
operator()
| calls the stored function (public member function) |
Please login to continue.