Function type_str
Synopsis
#include <src/c4/yml/node.hpp>
const char * type_str() const
Description
No description yet.
Source
Lines 122-122 in src/c4/yml/node.hpp.
inline const char* type_str() const { _C4RV(); RYML_ASSERT(valid() && ! is_seed()); return m_tree->type_str(m_id); }