|
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"#include "CeresEngine/Foundation/Traits/iter_difference.hpp"Go to the source code of this file.
Classes | |
| class | CeresEngine::CountIfAlgorithmFunctor |
| Functor representing the overloads for the count_if function. More... | |
| class | CeresEngine::CountIfAlgorithmFunctor::Graph< Executor, I > |
Namespaces | |
| namespace | CeresEngine |
Variables | |
| constexpr CountIfAlgorithmFunctor | CeresEngine::count_if |
| Returns the number of elements satisfying specific criteria. | |