folly::io::ThinCursor::data

Get the data at the current cursor position.

Synopsis

Declared in <folly/io/Cursor.h>

uint8_t const*
data() const;

Return Value

A pointer to the byte at the current cursor position.