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

Go to the source code of this file.

Namespaces

namespace  Algo
 

Functions

template<typename InT , typename PredicateT , typename CallableT >
FORCEINLINE void Algo::ForEachIf (InT &Input, PredicateT Predicate, CallableT Callable)
 
template<typename InT , typename CallableT >
FORCEINLINE void Algo::ForEach (InT &Input, CallableT Callable)