LLVM 22.0.0git
|
#include "llvm/Support/YAMLTraits.h"
Public Types | |
using | SignatureEnumInput = void (*)(class IO &, T &) |
template<class U> | |
using | check = SameType<SignatureEnumInput, &U::enumInput> |
Static Public Attributes | |
static constexpr bool | value = is_detected<check, MappingTraits<T>>::value |
Definition at line 418 of file YAMLTraits.h.
using llvm::yaml::has_MappingEnumInputTraits< T, EmptyContext >::check = SameType<SignatureEnumInput, &U::enumInput> |
Definition at line 421 of file YAMLTraits.h.
using llvm::yaml::has_MappingEnumInputTraits< T, EmptyContext >::SignatureEnumInput = void (*)(class IO &, T &) |
Definition at line 419 of file YAMLTraits.h.
|
staticconstexpr |
Definition at line 423 of file YAMLTraits.h.