table of contents
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 1574 of file type_traits.
Author¶
Generated automatically by Doxygen for libstdc++ from the source code.
Wed Jul 28 2021 | libstdc++ |