This pseudo-constructor is used to place a value into a new Variant.
The value you wish to put in the Variant.
The new Variant.
auto v = Variant(42);
See Implementation
This pseudo-constructor is used to place a value into a new Variant.