libstdc++
GNU C++ library
Loading...
Searching...
No Matches

◆ _S_fun() [2/2]

template<typename _Tp>
constexpr _Tp * std::reference_wrapper< _Tp >::_S_fun ( _Tp & __r)
inlinestaticconstexprprivatenoexcept

Definition at line 320 of file refwrap.h.

320{ return std::__addressof(__r); }
constexpr _Tp * __addressof(_Tp &__r) noexcept
Same as C++11 std::addressof.
Definition move.h:52
Primary class template for reference_wrapper.
Definition refwrap.h:316

References std::__addressof().

Referenced by reference_wrapper().

Here is the call graph for this function:
Here is the caller graph for this function: