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

Method operator !=

tests/catch.hpp:11238–11240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11236 (std::strncmp( m_start, other.m_start, size() ) == 0);
11237 }
11238 auto StringRef::operator != ( StringRef const& other ) const noexcept -> bool {
11239 return !operator==( other );
11240 }
11241
11242 auto StringRef::operator[](size_type index) const noexcept -> char {
11243 return m_start[index];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected