Sane C++ Libraries
C++ Platform Abstraction Libraries
sc_hashing_span_t Struct Reference

Just a generic data span. More...

#include <sc_hashing.h>

Public Attributes

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

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: