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

Method get

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

Source from the content-addressed store, hash-verified

24874
24875 template <typename... Args, typename... Keys>
24876 decltype(auto) get(Keys&&... keys) const {
24877 return global.get<Args...>(std::forward<Keys>(keys)...);
24878 }
24879
24880 template <typename T, typename Key>
24881 decltype(auto) get_or(Key&& key, T&& otherwise) const {

Callers 15

sol.hppFile · 0.45
ptrFunction · 0.45
assignMethod · 0.45
optional_copy_baseMethod · 0.45
optional_move_baseMethod · 0.45
getMethod · 0.45
getMethod · 0.45
unchecked_getFunction · 0.45
unqualified_check_getFunction · 0.45
check_getFunction · 0.45
get_fieldFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected