MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / ~StringRef

Method ~StringRef

unittests/catch.hpp:423–425  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

421 {}
422
423 ~StringRef() noexcept {
424 delete[] m_data;
425 }
426
427 auto operator = ( StringRef const &other ) noexcept -> StringRef& {
428 delete[] m_data;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected