LLVM  4.0.0
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 <YAMLTraits.h>

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 216 of file YAMLTraits.h.


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