Scroll to navigation

std::unwrap_reference< _Tp >(3cxx) std::unwrap_reference< _Tp >(3cxx)

NAME

std::unwrap_reference< _Tp >

SYNOPSIS

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 3379 of file type_traits.

Member Typedef Documentation

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

Definition at line 3379 of file type_traits.

Author

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

Mon Aug 22 2022 libstdc++