Hall A ROOT/C++ Analyzer (podd)
Loading...
Searching...
No Matches
std::experimental::detail_::has_overloaded_addressof< T > Struct Template Reference

template<typename T>
struct std::experimental::detail_::has_overloaded_addressof< T >

Definition at line 211 of file optional.hpp.

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)
 

#include <optional.hpp>

Member Function Documentation

◆ has_overload() [1/2]

template<typename T >
template<class X >
static constexpr bool std::experimental::detail_::has_overloaded_addressof< T >::has_overload (   ...)
inlinestaticconstexpr

Definition at line 214 of file optional.hpp.

◆ has_overload() [2/2]

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

Definition at line 217 of file optional.hpp.

Member Data Documentation

◆ value

template<typename T >
constexpr bool std::experimental::detail_::has_overloaded_addressof< T >::value = has_overload<T>(true)
staticconstexpr

Definition at line 219 of file optional.hpp.


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