提交 f5d6a695 编写于 作者: J jp9000

libobs: Add OBSRef::Get()

Allows explicitly getting the pointer associated with the object.
上级 1475f756
......@@ -85,6 +85,7 @@ public:
}
inline operator T() const { return val; }
inline T Get() const { return val; }
inline bool operator==(T p) const { return val == p; }
inline bool operator!=(T p) const { return val != p; }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册