|
CeresEngine 0.2.0
A game development framework
|
#include "UnaryAlgorithm.hpp"#include "CeresEngine/Foundation/Algorithm/Partitioner.hpp"#include "CeresEngine/Foundation/Traits/is_forward_iterator.hpp"Go to the source code of this file.
Classes | |
| class | CeresEngine::AnyOfAlgorithmFunctor |
| Functor representing the overloads for the any_of function. More... | |
| class | CeresEngine::AnyOfAlgorithmFunctor::Graph< Executor > |
Namespaces | |
| namespace | CeresEngine |
Variables | |
| constexpr AnyOfAlgorithmFunctor | CeresEngine::any_of |
| Checks if a predicate is true for any of the elements in a range. | |