Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Algo
| Type | Name | Description | |
|---|---|---|---|
| bool | Algo::NoneOf
(
const RangeType& Range |
Checks if no element in the range is truthy. | |
| bool | Algo::NoneOf
(
const RangeType& Range, |
Checks if no projection of the elements in the range is truthy. | |
| bool | Algo::NoneOf
(
const RangeType& Range, |
Checks if no projection of the elements in the range is truthy. |