|
CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
|
Performs cheapest cast possible from static_cast and dynamic_cast. More...
#include <detail.h>
Static Public Member Functions | |
| static To * | cast (From *pointer) |
| Performs actual pointer casting using dynamic_cast. More... | |
Performs cheapest cast possible from static_cast and dynamic_cast.
| From | Source type. |
| To | Destination type. |
| convertible | Template implementation selection variable. |
|
inlinestatic |
Performs actual pointer casting using dynamic_cast.
| pointer | Pointer to cast. |