V8 Project
v8::internal::ArrayDeallocator< T > Struct Template Reference

#include <smart-pointers.h>

+ Collaboration diagram for v8::internal::ArrayDeallocator< T >:

Static Public Member Functions

static void Delete (T *array)
 

Detailed Description

template<typename T>
struct v8::internal::ArrayDeallocator< T >

Definition at line 92 of file smart-pointers.h.

Member Function Documentation

◆ Delete()

template<typename T >
static void v8::internal::ArrayDeallocator< T >::Delete ( T array)
inlinestatic

Definition at line 93 of file smart-pointers.h.

93  {
94  DeleteArray(array);
95  }
void DeleteArray(T *array)
Definition: allocation.h:68

References v8::internal::DeleteArray().

+ Here is the call graph for this function:

The documentation for this struct was generated from the following file: