This is used as a function parameter when the underlying function receives an optional VertCoords2 by value, and also has a default argument, meaning it has two different null states. Usage:
More...
Public Member Functions | |
| _ByValueOptOpt_VertCoords2 (Const_VertCoords2 new_value) | |
| _ByValueOptOpt_VertCoords2 (MR.Misc._Moved< VertCoords2 > moved) | |
| _ByValueOptOpt_VertCoords2 (MR.Misc.NullOptType nullopt) | |
Static Public Member Functions | |
| static implicit | operator _ByValueOptOpt_VertCoords2 (Const_VertCoords2 arg) |
| static implicit | operator _ByValueOptOpt_VertCoords2 (MR.Misc._Moved< VertCoords2 > arg) |
| static implicit | operator _ByValueOptOpt_VertCoords2 (MR.Misc.NullOptType nullopt) |
| static unsafe implicit | operator _ByValueOptOpt_VertCoords2 (MR.Misc._Moved< MR.Std.Vector_MRVector2f > vec) |
moves data from the given std.vector<T> Generated from constructor MR.VertCoords2.VertCoords2. | |
This is used as a function parameter when the underlying function receives an optional VertCoords2 by value, and also has a default argument, meaning it has two different null states. Usage:
new() to default-construct the instance.VertCoords2/Const_VertCoords2 to copy it into the function.Move(instance) to move it into the function. This is a more efficient form of copying that might invalidate the input object. Be careful if your input isn't a unique reference to this object.null to use the default argument.MR.Misc.NullOptType to pass no object.