|
SDL3pp
A slim C++ wrapper for SDL3
|
This is the complete list of members for SDL::SpanRef< T >, including all inherited members.
| data() const | SDL::SpanRef< T > | inline |
| size() const | SDL::SpanRef< T > | inline |
| size_bytes() const | SDL::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 |