6#include "Algo/NoneOf.h"
7#include "Templates/UnrealTemplate.h"
13
14
15
16
17
18
19 template <
typename RangeType>
26
27
28
29
30
31
32
33 template <
typename RangeType,
typename ProjectionType>
40
41
42
43
44
45
46
47
48 template <
typename RangeType,
typename ProjectionType>
FORCEINLINE bool AnyOf(const RangeType &Range)
FORCEINLINE bool AnyOf(const RangeType &Range, ProjectionType Projection)
FORCEINLINE bool AnyOf(const RangeType &Range, ProjectionType Projection, ENoRef NoRef)