|
LLVM 22.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< const F & >(), std::true_type{}) |
| static std::false_type | get (...) |
Static Public Attributes | |
| static constexpr bool | value = decltype(get((T*)nullptr))::value |
Definition at line 80 of file type_traits.h.
|
static |
|
static |
|
staticconstexpr |
Definition at line 84 of file type_traits.h.