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

Method substr

tutorials/external/catch.hpp:11495–11500  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11493 }
11494 }
11495 auto StringRef::substr( size_type start, size_type size ) const noexcept -> StringRef {
11496 if( start < m_size )
11497 return StringRef( m_start+start, size );
11498 else
11499 return StringRef();
11500 }
11501 auto StringRef::operator == ( StringRef const& other ) const noexcept -> bool {
11502 return
11503 size() == other.size() &&

Callers 15

pathMethod · 0.80
baseMethod · 0.80
extMethod · 0.80
dropExtMethod · 0.80
nameMethod · 0.80
setExtMethod · 0.80
operator -Method · 0.80
string_to_Vec2fFunction · 0.80
string_to_Vec3fFunction · 0.80
string_to_Vec4fFunction · 0.80
ChannelsInLayerFunction · 0.80
endsWithFunction · 0.80

Calls 1

StringRefClass · 0.85

Tested by

no test coverage detected