Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitfieldaudio/OTTO
/ StringRef
Method
StringRef
external/include/catch.hpp:381–383 ·
view source on GitHub ↗
construction/ assignment
Source
from the content-addressed store, hash-verified
379
380
public: // construction/ assignment
381
StringRef() noexcept
382
: StringRef( s_empty, 0 )
383
{}
384
385
StringRef( StringRef const& other ) noexcept
386
: 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