libstdc++
std::unwrap_reference< _Tp > Struct Template Reference

Public Types

using type = _Tp
 

Detailed Description

template<typename _Tp>
struct std::unwrap_reference< _Tp >

Unwrap a reference_wrapper

Since
C++20

Definition at line 3380 of file type_traits.

Member Typedef Documentation

◆ type

template<typename _Tp >
using std::unwrap_reference< _Tp >::type = _Tp

Definition at line 3380 of file type_traits.


The documentation for this struct was generated from the following file: