libcosmos
Linux C++ System Programming Library
Loading...
Searching...
No Matches
cosmos::Twice Class Reference

Helper for iterating twice over a for loop. More...

#include <utils.hxx>

Detailed Description

Helper for iterating twice over a for loop.

Sometimes there is a need to execute a for loop just twice. For increasing readability this iterator helper type can be used like this:

for (auto _: Twice{}) {
// will be executed twice
}
Helper for iterating twice over a for loop.
Definition utils.hxx:173

Definition at line 173 of file utils.hxx.


The documentation for this class was generated from the following file: