Go to the source code of this file.
|
| class | RE::msvc::__declspec (novtable) type_info |
| |
| void * | RE::RTDynamicCast (void *a_inptr, std::int32_t a_vfDelta, void *a_srcType, void *a_targetType, std::int32_t a_isReference) |
| |
| template<class To , class From , std::enable_if_t< RE::detail::cast_is_valid_v< To, From * >, int > = 0> |
| To | skyrim_cast (From *a_from) |
| |
◆ skyrim_cast()
template<class To , class From , std::enable_if_t< RE::detail::cast_is_valid_v< To, From * >, int > = 0>
| To skyrim_cast |
( |
From * |
a_from | ) |
|