Rerun C++ SDK
|
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_) | |
KeyValuePairs & | operator= (rerun::Collection< rerun::datatypes::Utf8Pair > pairs_) |
Public Attributes | |
rerun::Collection< rerun::datatypes::Utf8Pair > | pairs |
The key-value pairs that make up this string map. | |
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.