SDL3pp
A slim C++ wrapper for SDL3
Loading...
Searching...
No Matches
SDL::SpanRef< T > Member List

This is the complete list of members for SDL::SpanRef< T >, including all inherited members.

data() constSDL::SpanRef< T >inline
size() constSDL::SpanRef< T >inline
size_bytes() constSDL::SpanRef< T >inline
SpanRef()=default (defined in SDL::SpanRef< T >)SDL::SpanRef< T >
SpanRef(U(&other)[N])SDL::SpanRef< T >inline
SpanRef(const std::span< U > &other)SDL::SpanRef< T >inline
SpanRef(It first, size_t count)SDL::SpanRef< T >inline
SpanRef(It first, End last)SDL::SpanRef< T >inline
SpanRef(R &&range)SDL::SpanRef< T >inline