unbox()

DefaultBoxedValue::unbox() const method

Unboxes the boxed value.

const T & System::DefaultBoxedValue<T>::unbox() const

Return Value

A constant reference to the boxed value represented by the current object.

See Also