Function has_other_siblings
Synopsis
#include <src/c4/yml/node.hpp>
bool has_other_siblings() const
Description
does not count with this
Source
Lines 193-193 in src/c4/yml/node.hpp.
inline bool has_other_siblings() const { _C4RV(); return m_tree->has_other_siblings(m_id); }