MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / unwrap

Function unwrap

Libs/sol/sol.hpp:1617–1619  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1615
1616 template <typename T>
1617 auto unwrap(T&& item) -> decltype(std::forward<T>(item)) {
1618 return std::forward<T>(item);
1619 }
1620
1621 template <typename T>
1622 T& unwrap(std::reference_wrapper<T> arg) {

Callers 8

pushMethod · 0.85
callMethod · 0.85
callMethod · 0.85
callMethod · 0.85
select_convertibleFunction · 0.85
pushMethod · 0.85
emplace_argFunction · 0.85
args.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected