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 *utf8_)
 Construct from a C string.
 
Utf8operator= (const char *utf8_)
 Explicit copy assignment from a C string to avoid ambiguity in some cases.
 
const char * c_str () const
 Returns a pointer to the underlying C string.
 
 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: