LLVM 22.0.0git
llvm::yaml::CustomMappingTraits< T > Struct Template Reference

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"

Inheritance diagram for llvm::yaml::CustomMappingTraits< T >:
[legend]

Detailed Description

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: