isBoxed

Check if a type is a boxed struct or class.

bool
isBoxed
(
T
)
()

Parameters

T

The type to check

Return Value

Type: bool

true if T is a boxed type (just checks if it has a boxCopy member)