Algo::Count

Counts elements of a range that equal the supplied value

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Algo/Count.h

Include

#include "Algo/Count.h"

Syntax

namespace Algo
{
    template<typename InT, typename ValueT>
    SIZE_T Algo::Count
    (
        const InT & Input,
        const ValueT & InValue
    )
}

Remarks

Counts elements of a range that equal the supplied value

Parameters

Parameter

Description

Input

Any iterable type

InValue

Value to compare against

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss