Function in_arena
Synopsis
#include <src/c4/yml/tree.hpp>
bool in_arena(csubstr s) const
Description
return true if the given substring is part of the tree's string arena
Source
Lines 896-899 in src/c4/yml/tree.hpp.
bool in_arena(csubstr s) const
{
return m_arena.is_super(s);
}