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