libstdc++
|
Inherits type< _Has_addressof_mem< _Tp >, _Has_addressof_free< _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&()).