Function arena_pos
Synopsis
#include <src/c4/yml/tree.hpp>
size_t arena_pos() const
Description
get the current size of the tree's internal arena
Source
Lines 890-890 in src/c4/yml/tree.hpp.
size_t arena_pos() const { return m_arena_pos; }