added more tests
This commit is contained in:
@@ -5,6 +5,7 @@ namespace matador::object {
|
||||
template <typename Type>
|
||||
class object_ptr {
|
||||
public:
|
||||
using value_type = Type;
|
||||
Type* operator->() { return ptr; };
|
||||
Type& operator*() { return *ptr; };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user