#include <FaissException.h>
Public Member Functions | |
ScopeDeleter1 (const T *ptr=nullptr) | |
void | release () |
void | set (const T *ptr_in) |
void | swap (ScopeDeleter1< T > &other) |
Public Attributes | |
const T * | ptr |
same but deletes with the simple delete (least common case)
Definition at line 52 of file FaissException.h.