Provided by: libstdc++-5-doc_5.4.0-6ubuntu1~16.04.12_all 

NAME
std::experimental::_Has_addressof< _Tp > -
SYNOPSIS
Inherits type< _Has_addressof_mem< _Tp >, _Has_addressof_free< _Tp > >.
Detailed Description
template<typename _Tp>
struct std::experimental::_Has_addressof< _Tp >" Trait that detects the presence of an overloaded unary
operator&.
Practically speaking this detects the presence of such an operator when called on a const-qualified
lvalue (i.e. declval<_Tp * const&>().operator&()).
Definition at line 162 of file optional.
Author
Generated automatically by Doxygen for libstdc++ from the source code.
libstdc++ Fri Oct 4 2019 std::experimental::_Has_addressof< _Tp >(3cxx)