unbox()

BoxedValue< ValueTuple< Args… > >::unbox() const method

Unboxes the boxed value.

const ValueT & System::BoxedValue<ValueTuple<Args...>>::unbox() const

Return Value

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

See Also