std::is_reference(3)
NAME
std::is_reference
SYNOPSIS
Inherits std::integral_constant< bool,(std::is_lvalue_reference< _Tp >::value||std::is_rvalue_reference< _Tp >::value)>.
Detailed Description
- template<typename _Tp> struct std::is_reference< _Tp >
- is_reference
- Definition at line 89 of file type_traits.
- Public Types
- typedef integral_constant< _Tp, __v > type typedef _Tp value_type
- Static Public Attributes
- static const _Tp value
Author
- Generated automatically by Doxygen for libstdc++ from the source code.