20 std::string_view name;
21 const std::shared_ptr<arrow::DataType>& arrow_datatype;
24 std::string_view name_,
const std::shared_ptr<arrow::DataType>& arrow_datatype_
26 : name(name_), arrow_datatype(arrow_datatype_) {}
A class for representing either a usable value, or an error.
Definition result.hpp:14
All Rerun C++ types and functions are in the rerun namespace or one of its nested namespaces.
Definition rerun.hpp:22
uint32_t ComponentTypeHandle
Handle to a registered component types.
Definition component_type.hpp:14
A type of component that can be registered.
Definition component_type.hpp:19
Result< ComponentTypeHandle > register_component() const
Registers a component type with the SDK.