Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ Destruct
Method
Destruct
internal/manual.h:83–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
}
82
83
void Destruct() { get()->~T(); }
84
85
private:
86
alignas(T) char storage_[sizeof(T)];
Callers
nothing calls this directly
Calls
1
get
Function · 0.85
Tested by
no test coverage detected