#include <FaissException.h>
Public Member Functions | |
ScopeDeleter (const T *ptr=nullptr) | |
void | release () |
void | set (const T *ptr_in) |
void | swap (ScopeDeleter< T > &other) |
Public Attributes | |
const T * | ptr |
bare-bones unique_ptr this one deletes with delete []
Definition at line 39 of file FaissException.h.