Documentation Home >> Headers >> <jss/mpsc_fifo.hpp> Header >> jss::mpsc_fifo >> jss::mpsc_fifo destructor

Destroy a jss::mpsc_fifo instance and any elements that have been pushed and not yet removed.

~mpsc_fifo();

Effects:

Destroys any elements in the queue that have not yet been removed by a call to pop(). Destroys *this.

Throws:

Nothing.

Header

#include <jss/mpsc_fifo.hpp>

See Also