MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / swap

Method swap

tests/catch.hpp:11197–11201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11195 }
11196
11197 void StringRef::swap( StringRef& other ) noexcept {
11198 std::swap( m_start, other.m_start );
11199 std::swap( m_size, other.m_size );
11200 std::swap( m_data, other.m_data );
11201 }
11202
11203 auto StringRef::c_str() const -> char const* {
11204 if( isSubstring() )

Callers 2

testGroupEndedMethod · 0.80
testRunEndedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected