MCPcopy 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

pushMethod · 0.85
callMethod · 0.85
callMethod · 0.85
callMethod · 0.85
select_convertibleFunction · 0.85
pushMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected