Drake
Drake C++ Documentation
ImageIo::ByteSpan Struct Reference

Detailed Description

When loading from memory, this struct denotes a span of raw bytes as input.

#include <drake/systems/sensors/image_io.h>

Public Attributes

const void * data {}
 Pointer to the first byte of the span. More...
 
size_t size {}
 Total number of bytes in the span. More...
 

Member Data Documentation

◆ data

const void* data {}

Pointer to the first byte of the span.

◆ size

size_t size {}

Total number of bytes in the span.


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