[#node-CBlockIndexHeightOnlyComparator] = xref:node.adoc[node]::CBlockIndexHeightOnlyComparator :relfileprefix: ../ :mrdocs: Orders block indices purely by height, without tie‐breaking. == Synopsis Declared in `<node/blockstorage.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct CBlockIndexHeightOnlyComparator; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:node/CBlockIndexHeightOnlyComparator/operator_call.adoc[`operator()`] | Order two block indices by height only. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#