Function is_ref
Synopsis
#include <src/c4/yml/tree.hpp>
C4_ALWAYS_INLINE bool is_ref(size_t node) const
Description
No description yet.
Source
Lines 600-600 in src/c4/yml/tree.hpp.
C4_ALWAYS_INLINE bool is_ref(size_t node) const { return _p(node)->m_type.is_ref(); }