Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Algo/IndexOf.h |
Include |
#include "Algo/IndexOf.h" |
namespace AlgoImpl
{
template<typename RangeType, typename PredicateType>
auto AlgoImpl::IndexOfByPredicate
(
RangeType && Range,
PredicateType Pred
)
}