Function empty
Synopsis
#include <src/c4/yml/node.hpp>
C4_ALWAYS_INLINE bool empty() const
Description
true when name and value are empty, and has no children
Source
Lines 172-172 in src/c4/yml/node.hpp.
C4_ALWAYS_INLINE bool empty() const { _C4RV(); return m_tree->empty(m_id); }