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