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::encodings::Utf8 value_)
 
ColumnNameoperator= (rerun::encodings::Utf8 value_)
 
 ColumnName (std::string value_)
 
ColumnNameoperator= (std::string value_)
 
 operator rerun::encodings::Utf8 () const
 Cast to the underlying Utf8 encoding.
 

Public Attributes

rerun::encodings::Utf8 value
 

Detailed Description

Component: The name of a column in a table.

This is the physical column name: it is what the column is looked up by, and it is also what the user reads whenever the column has no separate, human-facing label.

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: