MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / operator()

Method operator()

Libs/sol/sol.hpp:6287–6289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6285
6286 template <typename T, typename... Args>
6287 void operator()(T&& obj, Args&&... args) const {
6288 construct(std::forward<T>(obj), std::forward<Args>(args)...);
6289 }
6290 };
6291
6292 struct default_destruct {

Callers

nothing calls this directly

Calls 1

constructFunction · 0.85

Tested by

no test coverage detected