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

Method toSpan

Libraries/Containers/VirtualArray.h:110–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108 [[nodiscard]] operator Span<const T>() const { return {data(), sizeElements}; }
109
110 [[nodiscard]] Span<T> toSpan() { return {data(), sizeElements}; }
111 [[nodiscard]] Span<const T> toSpan() const { return {data(), sizeElements}; }
112
113 private:

Callers 15

startReceiveResponseMethod · 0.80
tryParseResponseMethod · 0.80
testMultipartMethod · 0.80
HttpParserTestMethod · 0.80
testRequestMethod · 0.80
testClassTypeMethod · 0.80
processErrorMethod · 0.80
processSnippet3Method · 0.80

Calls 1

dataFunction · 0.70

Tested by 15

startReceiveResponseMethod · 0.64
tryParseResponseMethod · 0.64
testMultipartMethod · 0.64
HttpParserTestMethod · 0.64
testRequestMethod · 0.64
testClassTypeMethod · 0.64
processErrorMethod · 0.64
processSnippet3Method · 0.64