MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / SpanWithStride

Function SpanWithStride

Libraries/Http/HttpConnection.h:547–547  ·  view source on GitHub ↗

@brief Builds an empty SpanWithStride

Source from the content-addressed store, hash-verified

545{
546 /// @brief Builds an empty SpanWithStride
547 constexpr SpanWithStride() : data(nullptr), sizeElements(0), strideInBytes(0) {}
548
549 /// @brief Builds a SpanWithStride from data, size, and stride
550 /// @param data pointer to the first element

Callers

nothing calls this directly

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected