to_position_in_address_range() const -> pos_typenum_nodes() const -> pos_typedecrement_layer() -> voidfanout() const -> pos_typeoffset() const -> pos_typelayer() const -> pos_typeis_last() const -> boolis_root() const -> booloperator--() -> position_in_tree &operator++() -> position_in_tree &operator<(const position_in_tree & rhs) const -> boolN.B. Fanout is not used in this method.
operator!=(const position_in_tree & rhs) const -> booloperator==(const position_in_tree & rhs) const -> booloperator=(position_in_tree &&) -> position_in_tree &position_in_tree(position_in_tree &&)operator=(const position_in_tree &) -> position_in_tree &position_in_tree(const position_in_tree &)~position_in_tree()position_in_tree()position_in_tree(pos_type linear_pos, pos_type fanout)position_in_tree(pos_type layer, pos_type offset, pos_type fanout)public std::hash< sbnd::position_in_tree< Addr >::pos_type >using pos_type = sbnd::position_in_tree< Addr >::pos_typeusing argument_type = sbnd::position_in_tree< Addr >using result_type = size_toperator()(const argument_type & rhs) const -> result_typetemplate <class Addr> operator<<(std::ostream & out, const position_in_tree< Addr > & rhs) -> std::ostream &