Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Naios/function2
/ ref_obj
Method
ref_obj
test/regressions.cpp:234–234 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
232
class ref_obj {
233
public:
234
ref_obj() = default;
235
ref_obj(ref_obj const&) = delete;
236
ref_obj(ref_obj&&) = default;
237
ref_obj& operator=(ref_obj&&) = default;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected