Ark Server API (ASA) - Wiki
|
#include "CoreTypes.h"
Go to the source code of this file.
Namespaces | |
namespace | Algo |
Functions | |
template<typename InT , typename ValueT > | |
FORCEINLINE SIZE_T | Algo::Count (const InT &Input, const ValueT &InValue) |
template<typename InT , typename PredicateT > | |
FORCEINLINE SIZE_T | Algo::CountIf (const InT &Input, PredicateT Predicate) |
template<typename InT , typename ValueT , typename ProjectionT > | |
FORCEINLINE SIZE_T | Algo::CountBy (const InT &Input, const ValueT &InValue, ProjectionT Proj) |