LLVM 22.0.0git
llvm::yaml::SequenceElementTraits< T, EnableIf > Struct Template Reference

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"

Inheritance diagram for llvm::yaml::SequenceElementTraits< T, EnableIf >:
[legend]

Detailed Description

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: