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