Sane C++ Libraries
C++ Platform Abstraction Libraries
Loading...
Searching...
No Matches
sc_hashing_span_t Struct Reference

Just a generic data span. More...

#include <HashingCBindings.h>

Public Attributes

const void * data
 Pointer to data.
 
size_t length
 Length of the data (in bytes)
 

Detailed Description

Just a generic data span.

Member Data Documentation

◆ data

const void* sc_hashing_span_t::data

Pointer to data.

◆ length

size_t sc_hashing_span_t::length

Length of the data (in bytes)


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