has many fetch with join
This commit is contained in:
@@ -22,7 +22,7 @@ public:
|
||||
object_ptr &operator=(object_ptr &&other) = default;
|
||||
|
||||
using value_type = Type;
|
||||
Type* operator->() { return ptr_.get(); }
|
||||
Type* operator->() const { return ptr_.get(); }
|
||||
Type& operator*() const { return *ptr_; }
|
||||
|
||||
[[nodiscard]] bool empty() const { return ptr_ == nullptr; }
|
||||
|
||||
Reference in New Issue
Block a user