MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / ~arena

Method ~arena

include/chaiscript/dispatchkit/short_alloc.hpp:36–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34
35public:
36 ~arena() {ptr_ = nullptr;}
37 arena() noexcept : ptr_(buf_) {}
38 arena(const arena&) = delete;
39 arena& operator=(const arena&) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected