| 
| 
template<class X >  | 
| static constexpr bool  | has_overload (...) | 
|   | 
| 
template<class X , size_t S = sizeof(std::declval<X&>().operator&())>  | 
| static constexpr bool  | has_overload (bool) | 
|   | 
 | 
| 
static constexpr bool  | value = has_overload<T>(true) | 
|   | 
template<typename T>
struct c10::detail_::has_overloaded_addressof< T >
Definition at line 162 of file Optional.h.
The documentation for this struct was generated from the following file: