template<typename T, typename NodeIdx, typename LayerIdx, typename Address, typename NodeSS>
requires(T func, NodeSS out, const Address& address, NodeSS a, NodeSS b) {
{ func(out, address, a, b) };
}
An index of a node in a layer.
Definition at line 60 of file tree_hash.h.