16 template <
typename... ArgsType>
20 auto registry = env->findProxy(
"Pothos/BlockRegistry");
21 return registry.call(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())