Navigation
API > API/Plugins > API/Plugins/UAF
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
auto UE::UAF::Private::IteratorMin
(
JoinOpType& JoinOp, |
Returns the smallest iterator key from the specified iterator list When bTestIfEmpty is enabled, empty iterators return the largest value otherwise we assume that at all iterators are valid and can provide a key Handles the last iterator in the template list | UAF/ValueRuntime/IteratorUtils.h | |
auto UE::UAF::Private::IteratorMin
(
JoinOpType& JoinOp, |
Returns the smallest iterator key from the specified iterator list When bTestIfEmpty is enabled, empty iterators return the largest value otherwise we assume that at all iterators are valid and can provide a key Handles an intermediate iterator in the template list | UAF/ValueRuntime/IteratorUtils.h |
UE::UAF::Private::IteratorMin(JoinOpType &, const HeadIteratorType &)
Description
Returns the smallest iterator key from the specified iterator list When bTestIfEmpty is enabled, empty iterators return the largest value otherwise we assume that at all iterators are valid and can provide a key Handles the last iterator in the template list
| Name | UE::UAF::Private::IteratorMin |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/UAF/ValueRuntime/IteratorUtils.h |
| Include Path | #include "UAF/ValueRuntime/IteratorUtils.h" |
namespace UE
{
namespace UAF
{
namespace Private
{
template<bool bTestIfEmpty, class JoinOpType, class HeadIteratorType>
auto UE::UAF::Private::IteratorMin
(
JoinOpType & JoinOp,
const HeadIteratorType & HeadIterator
)
}
}
}
UE::UAF::Private::IteratorMin(JoinOpType &, const HeadIteratorType &, const TailIteratorTypes &...)
Description
Returns the smallest iterator key from the specified iterator list When bTestIfEmpty is enabled, empty iterators return the largest value otherwise we assume that at all iterators are valid and can provide a key Handles an intermediate iterator in the template list
| Name | UE::UAF::Private::IteratorMin |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/UAF/ValueRuntime/IteratorUtils.h |
| Include Path | #include "UAF/ValueRuntime/IteratorUtils.h" |
namespace UE
{
namespace UAF
{
namespace Private
{
template<bool bTestIfEmpty, class JoinOpType, class HeadIteratorType, class... TailIteratorTypes>
auto UE::UAF::Private::IteratorMin
(
JoinOpType & JoinOp,
const HeadIteratorType & HeadIterator,
const TailIteratorTypes &... TailIterators
)
}
}
}