Functions
Downcast.hpp File Reference

Function template aurora::downcast() More...

Go to the source code of this file.

Functions

template<typename To , typename From >
To aurora::downcast (From &base)
 Safe polymorphic downcast for references. More...
 
template<typename To , typename From >
To aurora::downcast (From *base)
 Safe polymorphic downcast for pointers. More...
 

Detailed Description

Function template aurora::downcast()