Home
last modified time | relevance | path

Searched refs:ArrayPointerGuard (Results 1 - 1 of 1) sorted by relevance

/foundation/ai/ai_engine/services/common/utils/
H A Daie_guard.h89 * Delete the array pointer which create with new T[] when the ArrayPointerGuard class is destructed.
92 class ArrayPointerGuard { class
94 explicit ArrayPointerGuard(T *&t) : t_(t), isValid_(true) {} in ArrayPointerGuard() function in OHOS::AI::ArrayPointerGuard
95 ~ArrayPointerGuard() in ~ArrayPointerGuard()

Completed in 1 milliseconds