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

#include "llvm/Support/JSON.h"

Public Attributes

ObjectKey K
 
Value V
 

Detailed Description

Definition at line 631 of file JSON.h.

Member Data Documentation

◆ K

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

Definition at line 632 of file JSON.h.

◆ V

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

Definition at line 633 of file JSON.h.


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