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

Implementation of CustomMappingTraits for std::map<std::string, T>. More...

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

Public Types
using map_type = std::map<std::string, T>
Static Public Member Functions
static void inputOne (IO &io, StringRef key, map_type &v)
static void output (IO &io, map_type &v)

Detailed Description

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

Implementation of CustomMappingTraits for std::map<std::string, T>.

Definition at line 1920 of file YAMLTraits.h.

Member Typedef Documentation

map_type

Member Function Documentation

inputOne()

output()


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