Open3D (C++ API)  0.12.0
Static Public Member Functions | Static Public Attributes
open3d::utility::detail_::has_overloaded_addressof< T > Struct Template Reference

#include <Optional.h>

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)
 

Member Function Documentation

◆ has_overload() [1/2]

template<typename T >
template<class X >
static constexpr bool open3d::utility::detail_::has_overloaded_addressof< T >::has_overload (   ...)
inlinestatic

◆ has_overload() [2/2]

template<typename T >
template<class X , size_t S = sizeof(std::declval<X&>().operator&())>
static constexpr bool open3d::utility::detail_::has_overloaded_addressof< T >::has_overload ( bool  )
inlinestatic

Field Documentation

◆ value

template<typename T >
constexpr bool open3d::utility::detail_::has_overloaded_addressof< T >::value = has_overload<T>(true)
static

The documentation for this struct was generated from the following file: