Share via


TBoundProperty.operator&() (Compact 2013)

3/28/2014

The & overloaded operator determines the memory address of an instance of the TBoundProperty<PropertyType> class.

Syntax

TBoundProperty* operator&()

Parameters

None.

Return Value

Returns the memory address of the specified TBoundProperty<PropertyType> object.

Requirements

Header

XRPropertyBag.h

See Also

Reference

C++ Overloaded Operators for TBoundProperty<PropertyType>
TBoundProperty.operator PropertyType()
TBoundProperty<PropertyType>