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