Function num_other_siblings
Synopsis
#include <src/c4/yml/tree.hpp>
size_t num_other_siblings(size_t node) const
Description
does not count with this
Source
Lines 660-660 in src/c4/yml/tree.hpp.
size_t num_other_siblings(size_t node) const { size_t ns = num_siblings(node); RYML_ASSERT(ns > 0); return ns-1; }