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