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