|
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/is_range.hpp"#include "CeresEngine/Foundation/Traits/is_sentinel_for.hpp"Go to the source code of this file.
Classes | |
| class | CeresEngine::AllOfAlgorithmFunctor |
| Functor representing the overloads for the all_of function. More... | |
| class | CeresEngine::AllOfAlgorithmFunctor::Graph< Executor > |
Namespaces | |
| namespace | CeresEngine |
Variables | |
| constexpr AllOfAlgorithmFunctor | CeresEngine::all_of |
| Checks if a predicate is true for all the elements in a range. | |