MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / operator =

Method operator =

tests/catch.hpp:572–578  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

570 }
571
572 auto operator = ( StringRef const &other ) noexcept -> StringRef& {
573 delete[] m_data;
574 m_data = nullptr;
575 m_start = other.m_start;
576 m_size = other.m_size;
577 return *this;
578 }
579
580 operator std::string() const;
581

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected