template <typename Type>

class Clearable

Defined at line 67 of file ../../third_party/openthread/src/core/common/clearable.hpp

Defines a `Clearable` object which provides `Clear()` method.

The `Clear` implementation simply sets all the bytes of a `Type` instance to zero.

Users of this class should follow CRTP-style inheritance, i.e., the `Type` class itself should publicly inherit

from `Clearable

<Type

>`.

Public Methods

void Clear ()

Defined at line 72 of file ../../third_party/openthread/src/core/common/clearable.hpp