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

Datatype: A string of text, encoded as UTF-8. More...

#include <rerun/datatypes/utf8.hpp>

Public Member Functions

 Utf8 (const char *str)
 Construct a Utf8 from null-terminated UTF-8.
 
const char * c_str () const
 
 Utf8 (std::string value_)
 
Utf8operator= (std::string value_)
 

Public Attributes

std::string value
 

Detailed Description

Datatype: A string of text, encoded as UTF-8.


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