MCPcopy Create free account
hub / github.com/RenderKit/embree / operator[]

Method operator[]

tutorials/external/catch.hpp:11510–11512  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11508 }
11509
11510 auto StringRef::operator[](size_type index) const noexcept -> char {
11511 return m_start[index];
11512 }
11513
11514 auto StringRef::numberOfCharacters() const noexcept -> size_type {
11515 size_type noChars = m_size;

Callers 2

DynamicStackArrayFunction · 0.45
array.hFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected