isClearable

Checks if T.init consists only of zero bytes so that a T[] array can be cleared by clear().

bool
isClearable
(
T
)
()

Return Value

Type: bool

true if a T[] array can be cleared by clear() or false if not.

Meta