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