Function type
Synopsis
#include <src/c4/yml/node.hpp>
NodeType_e type() const
Description
No description yet.
Source
Lines 121-121 in src/c4/yml/node.hpp.
inline NodeType_e type() const { _C4RV(); return m_tree->type(m_id); }
#include <src/c4/yml/node.hpp>
NodeType_e type() const
No description yet.
Lines 121-121 in src/c4/yml/node.hpp.
inline NodeType_e type() const { _C4RV(); return m_tree->type(m_id); }