MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / as_nested_ref

Function as_nested_ref

extlibs/sol3/include/sol/sol.hpp:6427–6429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6425
6426 template <typename T>
6427 nested<T> as_nested_ref(T&& container) {
6428 return nested<T>(std::forward<T>(container));
6429 }
6430
6431 template <typename T>
6432 nested<meta::unqualified_t<T>> as_nested(T&& container) {

Callers 1

pushMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected