#include "Stroika/Foundation/StroikaPreComp.h"
#include "Stroika/Foundation/Common/Enumeration.h"
#include "Common.inl"
Go to the source code of this file.
Namespaces | |
namespace | Stroika::Foundation |
Enumerations | |
enum class | Stroika::Foundation::Traversal::Openness |
Definition in file Foundation/Traversal/Common.h.
|
strong |
Openness is used to define whether an end of a range is open or closed. Open means not containing the endpoint, and closed means containing the endpoint.
Definition at line 27 of file Foundation/Traversal/Common.h.