Provided by: libstdc++-13-doc_13.2.0-23ubuntu4_all bug

NAME

       std::unwrap_ref_decay< _Tp >

SYNOPSIS

       #include <type_traits>

   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

Author

       Generated automatically by Doxygen for libstdc++ from the source code.

                                            libstdc++          std::unwrap_ref_decay< _Tp >(3cxx)