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