LLVM 17.0.0git
|
#include "llvm/Support/type_traits.h"
Static Public Member Functions | |
template<class F > | |
static auto | get (F *) -> decltype(std::declval< F & >()=std::declval< F && >(), std::true_type{}) |
static std::false_type | get (...) |
Static Public Attributes | |
static constexpr bool | value = decltype(get((T*)nullptr))::value |
Definition at line 126 of file type_traits.h.
|
static |
|
static |
|
staticconstexpr |
Definition at line 130 of file type_traits.h.