Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SakuraEngine/SakuraEngine
/ ref
Function
ref
modules/engine/lua/include/SkrLua/bind.hpp:356–359 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
354
355
template <class T, class Y>
356
decltype(auto) ref(Y& value)
357
{
358
return RefParam<T>::ref(value);
359
}
360
361
template <class T>
362
decltype(auto) deref(T value)
Callers
13
SparseHashSetCursor
Class · 0.50
ptr
Method · 0.50
hash
Method · 0.50
TrueBitCursor
Method · 0.50
FalseBitCursor
Method · 0.50
_reassign_references
Method · 0.50
_evict_lru_for
Method · 0.50
ref
Method · 0.50
operator*
Method · 0.50
SparseHashMapDataRef
Class · 0.50
SparseHashMapCursor
Class · 0.50
ptr
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected