LLVM  8.0.1
Public Attributes | List of all members
llvm::json::Object::KV Struct Reference

#include "llvm/Support/JSON.h"

Collaboration diagram for llvm::json::Object::KV:
Collaboration graph
[legend]

Public Attributes

ObjectKey K
 
Value V
 

Detailed Description

Definition at line 548 of file JSON.h.

Member Data Documentation

◆ K

ObjectKey llvm::json::Object::KV::K

Definition at line 549 of file JSON.h.

Referenced by llvm::json::Object::insert().

◆ V

Value llvm::json::Object::KV::V

Definition at line 550 of file JSON.h.

Referenced by llvm::json::Object::insert().


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