LLVM 22.0.0git
|
#include "llvm/Support/YAMLTraits.h"
Public Types | |
using | SignatureInput = void (*)(IO &io, StringRef key, T &v) |
template<class U> | |
using | check = SameType<SignatureInput, &U::inputOne> |
Static Public Attributes | |
static constexpr bool | value |
Definition at line 436 of file YAMLTraits.h.
using llvm::yaml::has_CustomMappingTraits< T >::check = SameType<SignatureInput, &U::inputOne> |
Definition at line 439 of file YAMLTraits.h.
using llvm::yaml::has_CustomMappingTraits< T >::SignatureInput = void (*)(IO &io, StringRef key, T &v) |
Definition at line 437 of file YAMLTraits.h.
|
staticconstexpr |
Definition at line 441 of file YAMLTraits.h.