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