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