Rerun C++ SDK
|
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. | |
Datatype: Stores a tuple of UTF-8 strings.