Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arun11299/cpp-jwt
/ ~Arena
Method
~Arena
include/jwt/stack_alloc.hpp:60–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
Arena& operator=(const Arena&) = delete;
59
60
~Arena()
61
{
62
ptr_ = nullptr;
63
}
64
65
public: // Public APIs
66
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected