6#include "Algo/Common.h"
7#include "Templates/Invoke.h"
13
14
15
16
17
18
19 template <
typename RangeType>
34
35
36
37
38
39
40
41 template <
typename RangeType,
typename ProjectionType>
56
57
58
59
60
61
62
63
64 template <
typename RangeType,
typename ProjectionType>
FORCEINLINE bool NoneOf(const RangeType &Range, ProjectionType Projection)
FORCEINLINE bool NoneOf(const RangeType &Range)
FORCEINLINE bool NoneOf(const RangeType &Range, ProjectionType Projection, ENoRef NoRef)