LLVM 22.0.0git
|
#include "llvm/Support/YAMLTraits.h"
Public Types | |
using | SignatureInput = StringRef (*)(StringRef, void *, T &) |
using | SignatureOutput = void (*)(const T &, void *, raw_ostream &) |
template<class U> | |
using | check |
Static Public Attributes | |
static constexpr bool | value = is_detected<check, BlockScalarTraits<T>>::value |
Definition at line 342 of file YAMLTraits.h.
Definition at line 347 of file YAMLTraits.h.
using llvm::yaml::has_BlockScalarTraits< T >::SignatureInput = StringRef (*)(StringRef, void *, T &) |
Definition at line 343 of file YAMLTraits.h.
using llvm::yaml::has_BlockScalarTraits< T >::SignatureOutput = void (*)(const T &, void *, raw_ostream &) |
Definition at line 344 of file YAMLTraits.h.
|
staticconstexpr |
Definition at line 350 of file YAMLTraits.h.