MCPcopy Create free account
hub / github.com/badaix/popl / StringRef

Method StringRef

test/catch.hpp:604–606  ·  view source on GitHub ↗

construction/ assignment

Source from the content-addressed store, hash-verified

602
603 public: // construction/ assignment
604 StringRef() noexcept
605 : StringRef( s_empty, 0 )
606 {}
607
608 StringRef( StringRef const& other ) noexcept
609 : 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