Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
RemoveIf.h File Reference
#include "CoreTypes.h"
#include "Templates/Invoke.h"
+ Include dependency graph for RemoveIf.h:

Go to the source code of this file.

Namespaces

namespace  Algo
 

Functions

template<typename RangeType , typename Predicate >
int32 Algo::RemoveIf (RangeType &Range, Predicate Pred)
 
template<typename RangeType , typename Predicate >
int32 Algo::StableRemoveIf (RangeType &Range, Predicate Pred)