MCPcopy Create free account
hub / github.com/OpenVPN/openvpn3-linux / Create

Method Create

addons/devposture/modules/module-interface.hpp:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 */
37 template <typename C, typename... T>
38 [[nodiscard]] static Module::UPtr Create(T &&...args)
39 {
40 return std::make_unique<C>(C(std::forward<T>(args)...));
41 }
42
43 virtual ~Module() = default;
44

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected