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