Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TombEngine/TombEngine
/ basic_reference
Class
basic_reference
Libs/sol/sol.hpp:695–695 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
693
class stateless_reference;
694
template <bool b>
695
class basic_reference;
696
using reference = basic_reference<false>;
697
using main_reference = basic_reference<true>;
698
class stateless_stack_reference;
Callers
nothing calls this directly
Calls
2
valid
Function · 0.85
deref
Function · 0.85
Tested by
no test coverage detected