Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
AnyOf.h File Reference
#include "CoreTypes.h"
#include "Algo/NoneOf.h"
#include "Templates/UnrealTemplate.h"
+ Include dependency graph for AnyOf.h:

Go to the source code of this file.

Namespaces

namespace  Algo
 

Functions

template<typename RangeType >
FORCEINLINE bool Algo::AnyOf (const RangeType &Range)
 
template<typename RangeType , typename ProjectionType >
FORCEINLINE bool Algo::AnyOf (const RangeType &Range, ProjectionType Projection)
 
template<typename RangeType , typename ProjectionType >
FORCEINLINE bool Algo::AnyOf (const RangeType &Range, ProjectionType Projection, ENoRef NoRef)