Function set_key_tag
Synopsis
#include <src/c4/yml/node.hpp>
void set_key_tag(csubstr const &key_tag)
Description
No description yet.
Source
Lines 298-302 in src/c4/yml/node.hpp.
inline void set_key_tag(csubstr const& key_tag)
{
_C4RV();
m_tree->set_key_tag(m_id, key_tag);
}