std::unwrap_ref_decay - Man Page
std::unwrap_ref_decay< _Tp >
Synopsis
Public Types
using type = unwrap_reference_t< decay_t< _Tp > >
Detailed Description
template<typename _Tp>
struct std::unwrap_ref_decay< _Tp >"Decay type and if it's a reference_wrapper, unwrap it
- Since
C++20
Definition at line 3462 of file type_traits.
Member Typedef Documentation
template<typename _Tp > using std::unwrap_ref_decay< _Tp >::type = unwrap_reference_t<decay_t<_Tp> >
Definition at line 3462 of file type_traits.
Author
Generated automatically by Doxygen for libstdc++ from the source code.
Info
Thu Jan 19 2023 libstdc++