Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ StringRef
Method
StringRef
extlibs/catch/include/catch/catch.hpp:581–583 ·
view source on GitHub ↗
construction/ assignment
Source
from the content-addressed store, hash-verified
579
580
public: // construction/ assignment
581
StringRef() noexcept
582
: StringRef( s_empty, 0 )
583
{}
584
585
StringRef( StringRef const& other ) noexcept
586
: m_start( other.m_start ),
Callers
nothing calls this directly
Calls
2
c_str
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected