KeyValuePair#

Fully qualified name: carb::variant::KeyValuePair

Defined in carb/variant/VariantUtils.h

struct KeyValuePair#

A representation of a key value pair, similar to std::pair<const Variant, Variant>.

ABI-stable representation to transact with carb.variant.plugin.

Public Members

const Variant first#

The first item in the pair; the key.

Variant second#

The second item in the pair; the value.