MCPcopy Create free account
hub / github.com/ashvardanian/StringZilla / ~basic_string

Method ~basic_string

include/stringzilla/stringzilla.hpp:2764–2769  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2762 }
2763
2764 ~basic_string() noexcept {
2765 _with_alloc([&](sz_alloc_type &alloc) {
2766 sz_string_free(&string_, &alloc);
2767 return sz_success_k;
2768 });
2769 }
2770
2771 basic_string(basic_string &&other) noexcept { move(other); }
2772 basic_string &operator=(basic_string &&other) noexcept {

Callers

nothing calls this directly

Calls 2

_with_allocFunction · 0.85
sz_string_freeFunction · 0.85

Tested by

no test coverage detected