LLVM: llvm::yaml::SequenceElementTraits< T, EnableIf > Struct Template Reference (original) (raw)

This class should be specialized by any type for which vectors of that type need to be converted to/from a YAML sequence. More...

#include "[llvm/Support/YAMLTraits.h](YAMLTraits%5F8h%5Fsource.html)"

template<typename T, typename EnableIf = void>
struct llvm::yaml::SequenceElementTraits< T, EnableIf >

This class should be specialized by any type for which vectors of that type need to be converted to/from a YAML sequence.

Definition at line 257 of file YAMLTraits.h.


The documentation for this struct was generated from the following file: