Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
Replace.h File Reference
+ Include dependency graph for Replace.h:

Go to the source code of this file.

Namespaces

namespace  Algo
 

Functions

template<typename RangeType , typename ValueType >
FORCEINLINE void Algo::Replace (RangeType &&Range, const ValueType &InOld, const ValueType &InNew)
 
template<typename RangeType , typename ValueType , typename PredicateType >
FORCEINLINE void Algo::ReplaceIf (RangeType &&Range, PredicateType InPred, const ValueType &InNew)