CommonLibSSE NG
Loading...
Searching...
No Matches
NiRTTI.h File Reference

Go to the source code of this file.

Classes

class  RE::NiRTTI
 
struct  RE::Ni_Impl::types_are_compat< To, From >
 
struct  RE::Ni_Impl::types_are_compat< To &, From >
 
struct  RE::Ni_Impl::types_are_compat< To *, From >
 
struct  RE::Ni_Impl::is_base_of_no_cvpr< Base, Derived >
 
struct  RE::Ni_Impl::_has_rtti< T, Enable >
 
struct  RE::Ni_Impl::_has_rtti< T, std::void_t< decltype(T::Ni_RTTI)> >
 
struct  RE::Ni_Impl::has_rtti< T >
 
struct  RE::Ni_Impl::cast_is_valid< To, From >
 

Namespaces

namespace  RE
 
namespace  RE::Ni_Impl
 

Typedefs

template<class T >
using RE::Ni_Impl::remove_cvpr_t = std::remove_pointer_t< std::remove_reference_t< std::remove_cv_t< T > > >
 

Functions

template<class To , class From , std::enable_if_t< RE::Ni_Impl::cast_is_valid_v< To, const From * >, int > = 0>
To netimmerse_cast (const From *a_from)
 

Variables

template<class To , class From >
constexpr bool RE::Ni_Impl::cast_is_valid_v = cast_is_valid<To, From>::value
 

Function Documentation

◆ netimmerse_cast()

template<class To , class From , std::enable_if_t< RE::Ni_Impl::cast_is_valid_v< To, const From * >, int > = 0>
To netimmerse_cast ( const From *  a_from)