data overloads

Synopses

Declared in <util/hash_type.h>

Returns a pointer to the underlying byte buffer.

unsigned char*
data();

Returns a const pointer to the underlying byte buffer.

unsigned char const*
data() const;

Return Value

A pointer to the first byte.

Created with MrDocs