WrapperStructCore

Contains methods used in all WrapperStructs to access and set the value variable

Members

Functions

opAssign
BaseType!(T) opAssign(BaseType!(T) val)

Sets the wrapped value to val

opCall
BaseType!(T) opCall()

Returns the value that is wrapped

opCast
BaseType!(T) opCast()

Returns the value that is wrapped

Parameters

T

type of the value

Meta