![]() |
XII Release 0.1.0
|
Used to implicitly retrieve any value from a xiiVariant to be used as a function argument using the assignment rules outlined in xiiAbstractFunctionProperty::Execute. More...
#include <VariantAdapter.h>
Public Types | |
using | RealType = typename xiiTypeTraits<T>::NonConstReferencePointerType |
Public Member Functions | |
xiiVariantAdapter (xiiVariant &value) | |
operator RealType & () | |
operator RealType * () | |
Public Attributes | |
xiiVariant & | m_value |
Used to implicitly retrieve any value from a xiiVariant to be used as a function argument using the assignment rules outlined in xiiAbstractFunctionProperty::Execute.
< Is 1 if T a non-const reference or pointer.