MCPcopy Create free account
hub / github.com/ThePhD/sol2 / constructor_wrapper

Method constructor_wrapper

include/sol/raii.hpp:121–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119 std::tuple<Functions...> functions;
120 template <typename Arg, typename... Args, meta::disable<std::is_same<meta::unqualified_t<Arg>, constructor_wrapper>> = meta::enabler>
121 constructor_wrapper(Arg&& arg, Args&&... args) : functions(std::forward<Arg>(arg), std::forward<Args>(args)...) {
122 }
123 };
124
125 template <typename... Functions>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected