|
CeresEngine 0.2.0
A game development framework
|
#include "ValueCompareAlgorithm.hpp"#include "CeresEngine/Foundation/Algorithm/CountIf.hpp"#include "CeresEngine/Foundation/Algorithm/Partitioner.hpp"#include "CeresEngine/Foundation/Traits/is_forward_iterator.hpp"#include "CeresEngine/Foundation/Traits/is_indirectly_binary_invocable.hpp"#include "CeresEngine/Foundation/Traits/iter_difference.hpp"Go to the source code of this file.
Classes | |
| class | CeresEngine::CountAlgorithmFunctor |
| Functor representing the overloads for the count function. More... | |
Namespaces | |
| namespace | CeresEngine |
Variables | |
| constexpr CountAlgorithmFunctor | CeresEngine::count |
| Returns the number of elements matching an element. | |