Contents

element::terminate

Ends the lifetime of the current element, if terminate is true.

Declaration

void element::terminate(bool terminate)

Parameters

  • terminate:

    A boolean indicating whether termination is requested.

Discussion