Struct KeyValuePair

Struct Documentation

struct KeyValuePair

A key with its associated value.

Public Members

std::string key

Key.

std::string value

Value.