Rerun C++ SDK
Loading...
Searching...
No Matches
rerun::blueprint::components::ColumnName Struct Reference

Component: The name of a column in a table. More...

#include <rerun/blueprint/components/column_name.hpp>

Public Member Functions

 ColumnName (rerun::datatypes::Utf8 value_)
 
ColumnNameoperator= (rerun::datatypes::Utf8 value_)
 
 ColumnName (std::string value_)
 
ColumnNameoperator= (std::string value_)
 
 operator rerun::datatypes::Utf8 () const
 Cast to the underlying Utf8 datatype.
 

Public Attributes

rerun::datatypes::Utf8 value
 

Detailed Description

Component: The name of a column in a table.

This type is unstable and may change significantly in a way that the data won't be backwards compatible.


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