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

Function castTo

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

Source from the content-addressed store, hash-verified

564
565 template <typename U>
566 SpanWithStride<U> castTo()
567 {
568 return {static_cast<U*>(reinterpret_cast<Type*>(data)), sizeElements, strideInBytes};
569 }
570
571 [[nodiscard]] Type& operator[](size_t idx)
572 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected