struct StdMapStringCustomMappingTraitsImpl

Declaration

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

Description

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

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

Templates

T

Method Overview

  • public static void inputOne(llvm::yaml::IO & io, llvm::StringRef key, llvm::yaml::StdMapStringCustomMappingTraitsImpl::map_type & v)
  • public static void output(llvm::yaml::IO & io, llvm::yaml::StdMapStringCustomMappingTraitsImpl::map_type & v)

Methods

static void inputOne(
    llvm::yaml::IO& io,
    llvm::StringRef key,
    llvm::yaml::
        StdMapStringCustomMappingTraitsImpl::
            map_type& v)

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

Parameters

llvm::yaml::IO& io
llvm::StringRef key
llvm::yaml::StdMapStringCustomMappingTraitsImpl:: map_type& v

static void output(
    llvm::yaml::IO& io,
    llvm::yaml::
        StdMapStringCustomMappingTraitsImpl::
            map_type& v)

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

Parameters

llvm::yaml::IO& io
llvm::yaml::StdMapStringCustomMappingTraitsImpl:: map_type& v