MCPcopy Create free account
hub / github.com/boostorg/json / ~undo

Method ~undo

include/boost/json/detail/string_impl.hpp:168–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166 storage_ptr const& sp;
167
168 ~undo()
169 {
170 if(s)
171 s->destroy(sp);
172 }
173 };
174
175 undo u{this, sp};

Callers

nothing calls this directly

Calls 1

destroyMethod · 0.80

Tested by

no test coverage detected