cpp-sdl2
C++ header-only SDL2 wrapper
sdl::simd::details Namespace Reference

Functions

template<typename T >
void destroy_at (T *ptr)
 recursive implementation of std::destroy_at, only available from C++20 onwards. More...
 

Function Documentation

◆ destroy_at()

template<typename T >
void sdl::simd::details::destroy_at ( T *  ptr)

recursive implementation of std::destroy_at, only available from C++20 onwards.

Definition at line 70 of file simd.hpp.

Referenced by sdl::simd::deleter< T >::operator()(), and sdl::simd::deleter< T[]>::operator()().