Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/json
/ ~revert_construct
Method
~revert_construct
include/boost/json/impl/array.hpp:69–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
}
68
69
~revert_construct()
70
{
71
if(! arr_)
72
return;
73
arr_->destroy();
74
}
75
76
void
77
commit() noexcept
Callers
nothing calls this directly
Calls
1
destroy
Method · 0.80
Tested by
no test coverage detected