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