LLVM: llvm::yaml::has_ScalarTraits< T > Struct Template Reference (original) (raw)
#include "[llvm/Support/YAMLTraits.h](YAMLTraits%5F8h%5Fsource.html)"
| Public Types | |
|---|---|
| using | SignatureInput = StringRef (*)(StringRef, void *, T &) |
| using | SignatureOutput = void (*)(const T &, void *, raw_ostream &) |
| using | SignatureMustQuote = QuotingType (*)(StringRef) |
| template | |
| using | check |
Detailed Description
template<class T>
struct llvm::yaml::has_ScalarTraits< T >
Definition at line 328 of file YAMLTraits.h.
Member Typedef Documentation
◆ check
template<class T>
template
Initial value:
std::tuple<SameType<SignatureInput, &U::input>,
Definition at line 334 of file YAMLTraits.h.
◆ SignatureInput
◆ SignatureMustQuote
◆ SignatureOutput
Member Data Documentation
◆ value
The documentation for this struct was generated from the following file:
- include/llvm/Support/YAMLTraits.h