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