6#include "../../result.hpp" 
   19    using UInt8Builder = NumericBuilder<UInt8Type>;
 
   22namespace rerun::blueprint::components {
 
   24    enum class BackgroundKind : uint8_t {
 
   47    struct Loggable<blueprint::components::BackgroundKind> {
 
   48        static constexpr std::string_view ComponentType =
 
   49            "rerun.blueprint.components.BackgroundKind";
 
   52        static const std::shared_ptr<arrow::DataType>& arrow_datatype();
 
   55        static Result<std::shared_ptr<arrow::Array>> to_arrow(
 
   56            const blueprint::components::BackgroundKind* instances, 
size_t num_instances
 
   61            arrow::UInt8Builder* builder, 
const blueprint::components::BackgroundKind* elements,
 
Status outcome object (success or error) returned for fallible operations.
Definition error.hpp:103
All Rerun C++ types and functions are in the rerun namespace or one of its nested namespaces.
Definition rerun.hpp:23