16 template <
typename... ArgsType>
20 auto registry = env->findProxy(
"Pothos/BlockRegistry");
21 return registry.callProxy(path, std::forward<ArgsType>(args)...);
static Proxy make(const std::string &path, ArgsType &&...args)
static Sptr make(const std::string &name, const ProxyEnvironmentArgs &args=ProxyEnvironmentArgs())