Rerun C++ SDK
Loading...
Searching...
No Matches
rerun::datatypes::Utf8Pair Struct Reference

Datatype: Stores a tuple of UTF-8 strings. More...

#include <rerun/datatypes/utf8pair.hpp>

Public Member Functions

 Utf8Pair (rerun::datatypes::Utf8 first_, rerun::datatypes::Utf8 second_)
 Creates a string pair.
 

Public Attributes

rerun::datatypes::Utf8 first
 The first string.
 
rerun::datatypes::Utf8 second
 The second string.
 

Detailed Description

Datatype: Stores a tuple of UTF-8 strings.


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