MCPcopy Create free account
hub / github.com/RenderKit/embree / swap

Method swap

tutorials/external/catch.hpp:11465–11469  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11463 }
11464
11465 void StringRef::swap( StringRef& other ) noexcept {
11466 std::swap( m_start, other.m_start );
11467 std::swap( m_size, other.m_size );
11468 std::swap( m_data, other.m_data );
11469 }
11470
11471 auto StringRef::c_str() const -> char const* {
11472 if( isSubstring() )

Callers 2

testGroupEndedMethod · 0.45
testRunEndedMethod · 0.45

Calls 1

swapFunction · 0.50

Tested by

no test coverage detected