Share via


TBoundProperty.operator PropertyType() (Compact 2013)

3/28/2014

The () operator converts a TBoundProperty<PropertyType> object to type PropertyType.

Syntax

operator PropertyType() const

Parameters

None.

Return Value

Returns the PropertyType value that was contained by the TBoundProperty<PropertyType> object.

Remarks

The PropertyType data type is defined in the inherited PropertyType template parameter of TBoundProperty<PropertyType>.

Requirements

Header

XRPropertyBag.h

See Also

Reference

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