Rerun C++ SDK
Loading...
Searching...
No Matches
rerun::datatypes::Blob Struct Reference

Datatype: A binary blob of data. More...

#include <rerun/datatypes/blob.hpp>

Public Member Functions

size_t size () const
 Number of bytes.
 
 Blob (rerun::Collection< uint8_t > data_)
 
Bloboperator= (rerun::Collection< uint8_t > data_)
 

Public Attributes

rerun::Collection< uint8_t > data
 

Detailed Description

Datatype: A binary blob of data.


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