Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChaiScript/ChaiScript
/ arena
Method
arena
include/chaiscript/dispatchkit/short_alloc.hpp:37–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
public:
36
~arena() {ptr_ = nullptr;}
37
arena() noexcept : ptr_(buf_) {}
38
arena(const arena&) = delete;
39
arena& operator=(const arena&) = delete;
40
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected