![]() |
Plasma Engine
2.0
|
Used to implicitly retrieve any value from an plVariant to be used as a function argument using the assignment rules outlined in plAbstractFunctionProperty::Execute. More...
#include <VariantAdapter.h>
Public Types | |
using | RealType = typename plTypeTraits<T>::NonConstReferencePointerType |
Public Member Functions | |
plVariantAdapter (plVariant &value) | |
operator RealType & () | |
operator RealType * () | |
Public Attributes | |
plVariant & | m_value |
Used to implicitly retrieve any value from an plVariant to be used as a function argument using the assignment rules outlined in plAbstractFunctionProperty::Execute.
< Is 1 if T a non-const reference or pointer.