table of contents
other versions
- testing 12.2.0-14
- unstable 12.2.0-14
- experimental 12.2.0-17
conflicting packages
std::add_lvalue_reference< _Tp >(3cxx) | std::add_lvalue_reference< _Tp >(3cxx) |
NAME¶
std::add_lvalue_reference< _Tp > - add_lvalue_reference
SYNOPSIS¶
Inherits std::__add_lvalue_reference_helper< _Tp, bool >.
Public Types¶
typedef _Tp type
Detailed Description¶
template<typename _Tp>¶
struct std::add_lvalue_reference< _Tp >"add_lvalue_reference
Definition at line 1649 of file type_traits.
Member Typedef Documentation¶
template<typename _Tp , bool = __is_referenceable<_Tp>::value> typedef _Tp std::__add_lvalue_reference_helper< _Tp, bool >::type [inherited]¶
Definition at line 1641 of file type_traits.
Author¶
Generated automatically by Doxygen for libstdc++ from the source code.
Mon Aug 22 2022 | libstdc++ |