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

Method create_table

extlibs/sol3/include/sol/sol.hpp:24952–24954  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24950
24951 template <typename Name>
24952 table create_table(Name&& name, int narr = 0, int nrec = 0) {
24953 return global.create(std::forward<Name>(name), narr, nrec);
24954 }
24955
24956 template <typename Name, typename Key, typename Value, typename... Args>
24957 table create_table(Name&& name, int narr, int nrec, Key&& key, Value&& value, Args&&... args) {

Callers

nothing calls this directly

Calls 2

createFunction · 0.85
createMethod · 0.45

Tested by

no test coverage detected