提交 82d72803 编写于 作者: J jp9000

libobs/util: Add Get function to BPtr<>

上级 965e2eea
......@@ -46,6 +46,8 @@ public:
inline bool operator!() {return ptr == NULL;}
inline bool operator==(T p) {return ptr == p;}
inline bool operator!=(T p) {return ptr != p;}
inline T *Get() const {return ptr;}
};
class ConfigFile {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册