destroy — stdgpu Latest documentation (original) (raw)
destroy#
stdgpu: stdgpu::allocator_traits::destroy
stdgpu Latest
Efficient STL-like Data Structures on the GPU
- stdgpu
- allocator_traits
| allocate allocate allocate_filled allocator_type const_pointer const_void_pointer construct deallocate deallocate_filled destroy difference_type index_type is_always_equal max_size pointer propagate_on_container_copy_assignment propagate_on_container_move_assignment propagate_on_container_swap rebind_alloc rebind_traits select_on_container_copy_construction value_type void_pointer | ◆ destroy() template template static STDGPU_HOST_DEVICE void stdgpu::allocator_traits< Allocator >::destroy ( Allocator & a, T * p ) static Destroys the object value at the given pointer. Template Parameters TThe value type Parameters [in]aThe allocator to use [in]pA pointer to the value |
|---|