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