12#include <tokenarray.hxx>
23 m_Store.try_emplace(nSharedId, std::move(pArray), rOrigin);
28 StoreType::const_iterator
const it =
m_Store.find(nSharedId);
29 return it ==
m_Store.end() ? nullptr : it->second.getTokenArray();
34 StoreType::const_iterator
const it =
m_Store.find(nSharedId);
35 return it ==
m_Store.end() ? nullptr : &(it->second);
CAUTION! The following defines must be in the same namespace as the respective type.