Rerun C++ SDK
Loading...
Searching...
No Matches
rerun::components::KeyValuePairs Struct Reference

Component: A map of string keys to string values. More...

#include <rerun/components/key_value_pairs.hpp>

Public Member Functions

 KeyValuePairs (rerun::Collection< rerun::datatypes::Utf8Pair > pairs_)
 
KeyValuePairsoperator= (rerun::Collection< rerun::datatypes::Utf8Pair > pairs_)
 

Public Attributes

rerun::Collection< rerun::datatypes::Utf8Pairpairs
 The key-value pairs that make up this string map.
 

Detailed Description

Component: A map of string keys to string values.

This component can be used to attach arbitrary metadata or annotations to entities. Each key-value pair is stored as a UTF-8 string mapping.

This type is unstable and may change significantly in a way that the data won't be backwards compatible.


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