Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
FindSequence.h File Reference
+ Include dependency graph for FindSequence.h:

Go to the source code of this file.

Namespaces

namespace  AlgoImpl
 
namespace  Algo
 

Functions

template<typename WhereType , typename WhatType >
constexpr WhereType * AlgoImpl::FindSequence (WhereType *First, WhereType *Last, WhatType *WhatFirst, WhatType *WhatLast)
 
template<typename RangeWhereType , typename RangeWhatType >
FORCEINLINE auto Algo::FindSequence (const RangeWhereType &Where, const RangeWhatType &What) -> decltype(AlgoImpl::FindSequence(GetData(Where), GetData(Where)+GetNum(Where), GetData(What), GetData(What)+GetNum(What)))