Baigudin Software avatar
Baigudin Software logo
home
ru region
en region

Class «eoos::lib::SmartPointerDeleter<T>»

Deleter of smart pointers allocated with new operator.

  • eoos::lib::SmartPointerDeleter<T>

public: static void free(T* ptr);

Frees an allocated object.

Parameters:
ptr — Address of allocated the owning object.

Back to class list