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

Method operator()

extlibs/sol3/include/sol/sol.hpp:5730–5732  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5728
5729 template <typename T, typename... Args>
5730 void operator()(T&& obj, Args&&... args) const {
5731 construct(std::forward<T>(obj), std::forward<Args>(args)...);
5732 }
5733 };
5734
5735 struct default_destruct {

Callers

nothing calls this directly

Calls 1

constructFunction · 0.85

Tested by

no test coverage detected