Navigation
API > API/Runtime > API/Runtime/uLangCore > API/Runtime/uLangCore/TSPtrArrayG
Description
Remove all instances that match the predicate
| Name | RemoveAllSwap |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/SharedPointerArray.h |
| Include Path | #include "uLang/Common/Containers/SharedPointerArray.h" |
template<class Predicate>
void RemoveAllSwap
(
const Predicate & Pred,
bool bAllowShrinking
)
Parameters
| Name | Remarks |
|---|---|
| Pred | Predicate, taking const pointer to array element |
See Also
-
RemoveSingle
-
RemoveSingleSwap
-
RemoveSwap