Function first_child
Synopsis
#include <src/c4/yml/tree.hpp>
size_t first_child(size_t node) const
Description
No description yet.
Source
Lines 651-651 in src/c4/yml/tree.hpp.
size_t first_child(size_t node) const { return _p(node)->m_first_child; }