Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有这个类定义
class CefBrowser : public virtual CefBase
如何从 CefBrwoser * 转换为 CefBase * 并反转?假设两者都不是可实例化的,它们从 C 加载到 CPP。