BoxedValue()

BoxedValue::BoxedValue(const T&) constructor

Constructs an object that represents the specified value boxed.

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

Arguments

ParameterTypeDescription
valueconst T&The value to be boxed

See Also