Navigation
API > API/Runtime > API/Runtime/uLangCore > API/Runtime/uLangCore/TArrayG
Description
Remove all instances that match the predicate, maintaining order but not indices Optimized to work with runs of matches/non-matches
| Name | RemoveAll |
| 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>
int32_t RemoveAll
(
const PREDICATE_CLASS & Predicate
)
Number of removed elements.
Parameters
| Name | Remarks |
|---|---|
| Predicate | Predicate class instance |
See Also
-
Add
-
Insert
-
RemoveAllSwap
-
RemoveSingle
-
RemoveSwap