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

Function push_pop

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

Source from the content-addressed store, hash-verified

8531
8532 template <bool top_level = false, typename T>
8533 push_popper<top_level, T> push_pop(T&& x) {
8534 return push_popper<top_level, T>(std::forward<T>(x));
8535 }
8536
8537 template <typename T>
8538 push_popper_at push_pop_at(T&& x) {

Callers 15

operator==Function · 0.85
clear_entriesFunction · 0.85
is_stackMethod · 0.85
basic_functionMethod · 0.85
basic_protected_functionFunction · 0.85
clearMethod · 0.85
validMethod · 0.85
get_typeMethod · 0.85
is_validMethod · 0.85
validMethod · 0.85
get_typeMethod · 0.85
basic_table_coreMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected