struct mola::DiagnosticKeyValue

Overview

A single key-value diagnostic entry.

#include <DiagnosticsProvider.h>

struct DiagnosticKeyValue
{
    // fields

    std::string key;
    std::string value;
};