forked from Bananymous/banan-os
BAN: Add enum class Iteration for for_each loops
This commit is contained in:
12
BAN/include/BAN/Iteration.h
Normal file
12
BAN/include/BAN/Iteration.h
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
#pragma once
|
||||||
|
|
||||||
|
namespace BAN
|
||||||
|
{
|
||||||
|
|
||||||
|
enum class Iteration
|
||||||
|
{
|
||||||
|
Continue,
|
||||||
|
Break
|
||||||
|
};
|
||||||
|
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user