|
WinStd
Windows Win32 API using Standard C++
|
Deleter for unique_ptr to array of unknown size using CredFree. More...
#include <WinStd/Cred.h>
Public Types | |
| typedef CredFree_delete< _Ty > | _Myt |
| This type. | |
Public Member Functions | |
| CredFree_delete () | |
| Default construct. | |
| void | operator() (_Ty *_Ptr) const noexcept |
| Delete a pointer. | |
| template<class _Other > | |
| void | operator() (_Other *) const |
| Delete a pointer of another type. | |
Deleter for unique_ptr to array of unknown size using CredFree.
|
inline |
Delete a pointer of another type.
|
inlinenoexcept |
Delete a pointer.