|
cpp-sdl2
C++ header-only SDL2 wrapper
|
This is the complete list of members for sdl::simd::allocator< T >, including all inherited members.
| allocate(std::size_t size) | sdl::simd::allocator< T > | inline |
| allocator() noexcept=default | sdl::simd::allocator< T > | |
| allocator(allocator< U >) noexcept | sdl::simd::allocator< T > | inlineexplicit |
| deallocate(T *ptr, [[maybe_unused]] std::size_t size) noexcept | sdl::simd::allocator< T > | inline |
| operator!=(allocator, allocator) noexcept | sdl::simd::allocator< T > | friend |
| operator==(allocator, allocator) noexcept | sdl::simd::allocator< T > | friend |
| value_type typedef | sdl::simd::allocator< T > |