Unrevert two changes
* Sorted Delete for TArray * Typed constructor for TObjPtr
This commit is contained in:
parent
0092aa0772
commit
cc88dfbe50
2 changed files with 32 additions and 0 deletions
|
|
@ -215,6 +215,9 @@ class TObjPtr
|
|||
mutable DObject *o;
|
||||
};
|
||||
public:
|
||||
TObjPtr() = default;
|
||||
|
||||
TObjPtr(T t) : pp(t) {}
|
||||
|
||||
constexpr TObjPtr<T>& operator=(T q) noexcept
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue