Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Algo
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Algo/Includes.h |
| Include | #include "Algo/Includes.h" |
namespace Algo
{
namespace Private
{
template<typename DataTypeA, typename SizeTypeA, typename DataTypeB, typename SizeTypeB, typename ProjectionType, typename SortPredicateType>
constexpr bool Algo&58;&58;Private&58;&58;Includes
&40;
const DataTypeA &42; DataA,
SizeTypeA NumA,
const DataTypeB &42; DataB,
SizeTypeB NumB,
ProjectionType Projection,
SortPredicateType SortPredicate
&41;
}
}