#include "Stroika/Foundation/StroikaPreComp.h"#include "Stroika/Foundation/Math/Common.h"#include "Stroika/Foundation/Traversal/Iterable.h"#include "Partition.inl"Go to the source code of this file.
Namespaces | |
| namespace | Stroika::Foundation |
Functions | |
| template<Traversal::IRange RANGETYPE> | |
| bool | Stroika::Foundation::Traversal::IsPartition (const Iterable< RANGETYPE > &iterable) |
| bool Stroika::Foundation::Traversal::IsPartition | ( | const Iterable< RANGETYPE > & | iterable | ) |
Checks if the given collection of ranges 'cover' an interval, with no overlap (sharing no points).
Definition at line 47 of file Partition.inl.