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