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

Class basic_table_core

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

Source from the content-addressed store, hash-verified

266
267 template <bool, typename>
268 class basic_table_core;
269 template <bool b>
270 using table_core = basic_table_core<b, reference>;
271 template <bool b>

Callers

nothing calls this directly

Calls 4

pop_nFunction · 0.85
push_popFunction · 0.85
set_refFunction · 0.85
index_ofMethod · 0.45

Tested by

no test coverage detected