BoxedValue()

BoxedValue< ValueTuple< Args… > >::BoxedValue(const ValueT&) method

Constructs a BoxedValue object that represents the specified value boxed.

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

Arguments

ParameterTypeDescription
valueconst ValueT&A tuple to be boxed

See Also