Searched refs:GetReplacementComponentFormalArgs (Results 1 – 1 of 1) sorted by relevance
292 template <typename... GetReplacementComponentFormalArgs, typename... Args>294 … OtherComponent(GetReplacementComponentFormalArgs...)>,298 … OtherComponent (*getReplacementComponent)(GetReplacementComponentFormalArgs...), Args&&... args) { in with() argument300 …ollector{0, fruit::impl::checkAcceptableComponentInstallArg<GetReplacementComponentFormalArgs>()..… in with()302 std::tuple<GetReplacementComponentFormalArgs...> args_tuple{std::forward<Args>(args)...}; in with()