Files
mql5-skills/skills/mql5/references/docs/34-standardlibrary/1977-standardlibrary-generic-cqueue-cqueueremove.md
T
2026-06-23 21:47:51 +08:00

289 B

Remove

Removes the first occurrence of the specified element from the queue.

bool Remove(
   T  item     // the element value
   );

Parameters

item

[in] The value of the element to be deleted.

Return Value

Returns true on successful, or false otherwise.