Function num_other_siblings
Synopsis
#include <src/c4/yml/node.hpp>
size_t num_other_siblings() const
Description
No description yet.
Source
Lines 225-225 in src/c4/yml/node.hpp.
size_t num_other_siblings() const { _C4RV(); return m_tree->num_other_siblings(m_id); }