Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
Accumulate.h File Reference
#include "CoreTypes.h"
#include "Templates/Invoke.h"
+ Include dependency graph for Accumulate.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  TPlus< T >
 
struct  TPlus< void >
 

Namespaces

namespace  Algo
 

Functions

template<typename T , typename A , typename OpT >
FORCEINLINEAlgo::Accumulate (const A &Input, T Init, OpT Op)
 
template<typename T , typename A >
FORCEINLINEAlgo::Accumulate (const A &Input, T Init)
 
template<typename T , typename A , typename MapT , typename OpT >
FORCEINLINEAlgo::TransformAccumulate (const A &Input, MapT MapOp, T Init, OpT Op)
 
template<typename T , typename A , typename MapT >
FORCEINLINEAlgo::TransformAccumulate (const A &Input, MapT MapOp, T Init)