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

Method StringRef

tests/catch.hpp:539–541  ·  view source on GitHub ↗

construction/ assignment

Source from the content-addressed store, hash-verified

537
538 public: // construction/ assignment
539 StringRef() noexcept
540 : StringRef( s_empty, 0 )
541 {}
542
543 StringRef( StringRef const& other ) noexcept
544 : m_start( other.m_start ),

Callers

nothing calls this directly

Calls 2

c_strMethod · 0.80
sizeMethod · 0.80

Tested by

no test coverage detected