CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
FindIfNot.hpp File Reference
#include "FindIf.hpp"
#include "UnaryAlgorithm.hpp"
#include "CeresEngine/Foundation/Algorithm/Partitioner.hpp"
#include <variant>

Go to the source code of this file.

Classes

class  CeresEngine::FindIfNotAlgorithmFunctor
 Functor representing the overloads for the find_if_not function. More...
 

Namespaces

namespace  CeresEngine
 

Variables

constexpr FindIfNotAlgorithmFunctor CeresEngine::find_if_not
 Finds the first element not satisfying specific criteria.