Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ unwrap
Function
unwrap
extlibs/sol3/include/sol/sol.hpp:1166–1168 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1164
1165
template <typename T>
1166
auto unwrap(T&& item) -> decltype(std::forward<T>(item)) {
1167
return std::forward<T>(item);
1168
}
1169
1170
template <typename T>
1171
T& unwrap(std::reference_wrapper<T> arg) {
Callers
6
push
Method · 0.85
call
Method · 0.85
call
Method · 0.85
call
Method · 0.85
select_convertible
Function · 0.85
push
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected