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

Go to the source code of this file.

Namespaces

namespace  Algo
 

Functions

template<typename InT , typename OutT , typename PredicateT >
FORCEINLINE void Algo::CopyIf (const InT &Input, OutT &Output, PredicateT Predicate)
 
template<typename InT , typename OutT >
FORCEINLINE void Algo::Copy (const InT &Input, OutT &Output)
 
template<typename InT , typename OutT >
FORCEINLINE void Algo::Copy (const InT &Input, OutT &Output, ENoRef NoRef)