struct CustomMappingTraits

Declaration

template <typename T>
struct CustomMappingTraits { /* full declaration omitted */ };

Description

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.

Declared at: llvm/include/llvm/Support/YAMLTraits.h:275

Templates

T