Ark Server API (ASA) - Wiki
|
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) |