Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Removes a given element from the array.
BOOL Remove(
const T& t
);
Parameters
- t
The element to remove from the array.
Return Value
Returns TRUE if the element is found and removed, FALSE otherwise.
Remarks
When an element is removed, the remaining elements in the array are renumbered to fill the empty space.
Requirements
Header: atlsimpcoll.h