Provided by: libstdc++-9-doc_9.5.0-1ubuntu3_all bug

NAME

       std::experimental::_Has_addressof< _Tp > - Trait that detects the presence of an
       overloaded unary operator&.

SYNOPSIS

       Inherits std::__or_<... >::type.

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 (e.g. declval<const _Tp&>().operator&()).

       Definition at line 162 of file optional.

Author

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

libstdc++                                Tue Aug 23std::experimental::_Has_addressof< _Tp >(3cxx)