Files
mql5-skills/skills/mql5/references/docs/34-standardlibrary/1883-standardlibrary-generic-credblacktreenode-credblacktreenoderight.md
T
2026-06-23 21:47:51 +08:00

388 B

Right (the Get method)

Returns a pointer to the right node.

CRedBlackTreeNode<T>* Right();

Return Value

Returns a pointer to the right node.

Right (the Set method)

Sets a pointer to the right node.

void Right(
   CRedBlackTreeNode<T>*  node     // a pointer to the right node
   );

Parameters

*node

[in]  A pointer to the right node.