System::BoxedValue::unbox method

BoxedValue::unbox method

Unboxes the value represented by the current object.

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

ReturnValue

The unboxed value

See Also