Files
mql5-skills/skills/mql5/references/docs/34-standardlibrary/1940-standardlibrary-generic-chashset-chashsetremove.md
T
2026-06-23 21:47:51 +08:00

261 B

Remove

Removes the specified element from a set.

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.