[+] AuHUPOf_t
This commit is contained in:
parent
d1ab8377bc
commit
9fe0655959
@ -363,6 +363,9 @@ namespace Aurora::Memory
|
||||
});
|
||||
}
|
||||
|
||||
template <typename T>
|
||||
using HUPOf_t = AuUPtr<T, decltype(&Heap::DeleteThat<T>)>;
|
||||
|
||||
protected:
|
||||
friend struct ProxyHeap;
|
||||
|
||||
|
@ -113,4 +113,7 @@ static bool AuIsThreadRunning()
|
||||
static inline void AuDebugBreak()
|
||||
{
|
||||
AuDebug::DebugBreak();
|
||||
}
|
||||
}
|
||||
|
||||
template <typename T>
|
||||
using AuHUPOf_t = typename Aurora::Memory::Heap::HUPOf_t<T>;
|
Loading…
Reference in New Issue
Block a user