LLVM: llvm::yaml::CustomMappingTraits< T > Struct Template Reference (original) (raw)

This class should be specialized by any type that needs to be converted to/from a YAML mapping in the case where the names of the keys are not known in advance, e.g. More...

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

template<typename T>
struct llvm::yaml::CustomMappingTraits< T >

This class should be specialized by any type that needs to be converted to/from a YAML mapping in the case where the names of the keys are not known in advance, e.g.

a string map.

Definition at line 273 of file YAMLTraits.h.


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