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

Function tie

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

Source from the content-addressed store, hash-verified

9193 namespace adl_barrier_detail {
9194 template <typename... Tn>
9195 inline tie_t<std::remove_reference_t<Tn>...> tie(Tn&&... argn) {
9196 return tie_t<std::remove_reference_t<Tn>...>(std::forward<Tn>(argn)...);
9197 }
9198 } // namespace adl_barrier_detail
9199
9200 using namespace adl_barrier_detail;

Callers 12

bootstrapFunction · 0.85
calc_filenameMethod · 0.85
calc_filenameMethod · 0.85
matchMethod · 0.85
matchMethod · 0.85
startMethod · 0.85
successMethod · 0.85
failureMethod · 0.85
raiseMethod · 0.85
unwindMethod · 0.85
applyMethod · 0.85
apply0Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected