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

Function as_table

extlibs/sol3/include/sol/sol.hpp:6422–6424  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6420
6421 template <typename T>
6422 as_table_t<meta::unqualified_t<T>> as_table(T&& container) {
6423 return as_table_t<meta::unqualified_t<T>>(std::forward<T>(container));
6424 }
6425
6426 template <typename T>
6427 nested<T> as_nested_ref(T&& container) {

Callers 2

viliObjectToLuaTableFunction · 0.85
viliArrayToLuaTableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected