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

Method ~string

include/boost/json/string.hpp:147–150  ·  view source on GitHub ↗

Destructor. Any dynamically allocated internal storage is freed. @par Complexity Constant. @par Exception Safety No-throw guarantee. */

Source from the content-addressed store, hash-verified

145 No-throw guarantee.
146 */
147 ~string() noexcept
148 {
149 impl_.destroy(sp_);
150 }
151
152 //------------------------------------------------------
153 //

Callers

nothing calls this directly

Calls 1

destroyMethod · 0.80

Tested by

no test coverage detected