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