libstdc++
|
#include <optional>
Inherits std::__or_<... >::type.
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&()).