MCPcopy 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
355template <class T, class Y>
356decltype(auto) ref(Y& value)
357{
358 return RefParam<T>::ref(value);
359}
360
361template <class T>
362decltype(auto) deref(T value)

Callers 13

SparseHashSetCursorClass · 0.50
ptrMethod · 0.50
hashMethod · 0.50
TrueBitCursorMethod · 0.50
FalseBitCursorMethod · 0.50
_reassign_referencesMethod · 0.50
_evict_lru_forMethod · 0.50
refMethod · 0.50
operator*Method · 0.50
SparseHashMapCursorClass · 0.50
ptrMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected