Caffe2 - C++ API
A deep learning, cross platform ML framework
Static Public Member Functions | Static Public Attributes
c10::detail_::has_overloaded_addressof< T > Struct Template Reference

Static Public Member Functions

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 Public Attributes

static constexpr bool value = has_overload<T>(true)
 

Detailed Description

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: