![]() |
VR-Forces Developer's Guide
|
Go to the source code of this file.
Functions | |
| template<typename Derived , typename Base > | |
| std::shared_ptr< Derived > | polymorphic_pointer_downcast (const std::shared_ptr< Base > &b) |
|
inline |
works like boost::polymorphic_downcast with std::shared_ptr use when a cast should always work but you want to assert it during debug