struct SequenceElementTraits
Declaration
template <typename T, typename EnableIf = void>
struct SequenceElementTraits { /* full declaration omitted */ };
Description
This class should be specialized by any type for which vectors of that type need to be converted to/from a YAML sequence.
Declared at: llvm/include/llvm/Support/YAMLTraits.h:257
Templates
- T
- EnableIf = void