|
Rerun C++ SDK
|
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. | |
| Utf8 & | operator= (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_) | |
| Utf8 & | operator= (std::string value_) |
Public Attributes | |
| std::string | value |
Datatype: A string of text, encoded as UTF-8.