template<class T>
Caster<const T> class
Base classes
-
template<class T>class CasterBase<const T>
Constructors, destructors, conversion operators
- Caster(const T* value) explicit
-
template<class U>operator const U&()
- operator bool()
- operator bool() const
- operator U*()
Public functions
- auto operator->() -> const T*
- auto IsNull() -> bool
Protected variables
- const T* m_Value