Rerun C++ SDK
|
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_) | |
Blob & | operator= (rerun::Collection< uint8_t > data_) |
Public Attributes | |
rerun::Collection< uint8_t > | data |
Datatype: A binary blob of data.