|
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::FindIfAlgorithmFunctor |
| Functor representing the overloads for the find_if function. More... | |
| class | CeresEngine::FindIfAlgorithmFunctor::Graph< Executor, I > |
Namespaces | |
| namespace | CeresEngine |
Variables | |
| constexpr FindIfAlgorithmFunctor | CeresEngine::find_if |
| Finds the first element satisfying specific criteria. | |