LLVM 22.0.0git
|
#include "llvm/Support/YAMLTraits.h"
Public Types | |
using | SignatureMapping = void (*)(class IO &, T &, Context &) |
template<class U> | |
using | check = SameType<SignatureMapping, &U::mapping> |
Static Public Attributes | |
static constexpr bool | value |
Definition at line 370 of file YAMLTraits.h.
using llvm::yaml::has_MappingTraits< T, Context >::check = SameType<SignatureMapping, &U::mapping> |
Definition at line 373 of file YAMLTraits.h.
using llvm::yaml::has_MappingTraits< T, Context >::SignatureMapping = void (*)(class IO &, T &, Context &) |
Definition at line 371 of file YAMLTraits.h.
|
staticconstexpr |
Definition at line 375 of file YAMLTraits.h.