Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Algo
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Algo/MaxElement.h |
| Include | #include "Algo/MaxElement.h" |
namespace AlgoImpl
{
template<typename RangeType, typename ProjectionType, typename PredicateType>
TRangePointerType < RangeType >::Type AlgoImpl::MaxElementBy
(
RangeType & Range,
ProjectionType Proj,
PredicateType Pred
)
}