Navigation
API > API/Runtime > API/Runtime/uLangCore > API/Runtime/uLangCore/TArrayG
Description
Checks that the specified address is not part of an element within the container. Used for implementations to ULANG_ASSERTF that reference arguments aren't going to be invalidated by possible reallocation.
| Name | CheckAddress |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/Array.h |
| Include Path | #include "uLang/Common/Containers/Array.h" |
ULANG_FORCEINLINE void CheckAddress
(
void const * Addr
) const
Parameters
| Name | Remarks |
|---|---|
| Addr | The address to check. |
See Also
-
Add
-
Remove