HomeManualTopicsTypesSymbols

std::break

cancels the current "loop"

Description

break calls the finally function of the loop.

Topic

Loops

See also

std::next starts the next "iteration" of a "loop"
std::loop a simple "loop"