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

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

#include <rerun/encodings/utf8pair.hpp>

Public Member Functions

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

Public Attributes

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

Detailed Description

Encoding: Stores a tuple of UTF-8 strings.


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