Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
FIdentityFunctor Struct Reference

#include <IdentityFunctor.h>

Public Member Functions

template<typename T >
FORCEINLINE T && operator() (T &&Val) const
 

Detailed Description

A functor which returns whatever is passed to it. Mainly used for generic composition.

Definition at line 8 of file IdentityFunctor.h.

Member Function Documentation

◆ operator()()

template<typename T >
FORCEINLINE T && FIdentityFunctor::operator() ( T && Val) const
inline

Definition at line 11 of file IdentityFunctor.h.


The documentation for this struct was generated from the following file: