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

Go to the source code of this file.

Namespaces

namespace  Algo
 

Functions

template<typename InT , typename OutT , typename PredicateT , typename TransformT >
FORCEINLINE void Algo::TransformIf (const InT &Input, OutT &&Output, PredicateT Predicate, TransformT Trans)
 
template<typename InT , typename OutT , typename TransformT >
FORCEINLINE void Algo::Transform (const InT &Input, OutT &&Output, TransformT Trans)