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 &) |
using | SignatureMustQuote = QuotingType (*)(StringRef) |
template<class U> | |
using | check |
Static Public Attributes | |
static constexpr bool | value = is_detected<check, ScalarTraits<T>>::value |
Definition at line 328 of file YAMLTraits.h.
Definition at line 334 of file YAMLTraits.h.
using llvm::yaml::has_ScalarTraits< T >::SignatureInput = StringRef (*)(StringRef, void *, T &) |
Definition at line 329 of file YAMLTraits.h.
using llvm::yaml::has_ScalarTraits< T >::SignatureMustQuote = QuotingType (*)(StringRef) |
Definition at line 331 of file YAMLTraits.h.
using llvm::yaml::has_ScalarTraits< T >::SignatureOutput = void (*)(const T &, void *, raw_ostream &) |
Definition at line 330 of file YAMLTraits.h.
|
staticconstexpr |
Definition at line 338 of file YAMLTraits.h.