Having this class definition
class CefBrowser : public virtual CefBase
How to cast from CefBrwoser * to CefBase * and reverse? assuming that both are not instanciable, they are loaded from C to CPP.
Having this class definition
class CefBrowser : public virtual CefBase
How to cast from CefBrwoser * to CefBase * and reverse? assuming that both are not instanciable, they are loaded from C to CPP.