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/object.hpp:130–135 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
128
129
public:
130
explicit
131
revert_construct(
132
object& obj) noexcept
133
: obj_(&obj)
134
{
135
}
136
137
~revert_construct()
138
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected