MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / operator[]

Method operator[]

tests/catch.hpp:11242–11244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11240 }
11241
11242 auto StringRef::operator[](size_type index) const noexcept -> char {
11243 return m_start[index];
11244 }
11245
11246 auto StringRef::numberOfCharacters() const noexcept -> size_type {
11247 size_type noChars = m_size;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected