LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
lar::details::ProviderPackExtractor< Service > Struct Template Reference

#include "ServiceUtil.h"

Static Public Member Functions

static auto parameterPack ()
 

Detailed Description

template<typename Service>
struct lar::details::ProviderPackExtractor< Service >

Definition at line 190 of file ServiceUtil.h.

Member Function Documentation

template<typename Service >
static auto lar::details::ProviderPackExtractor< Service >::parameterPack ( )
inlinestatic

Definition at line 191 of file ServiceUtil.h.

References lar::makeProviderPack().

191 { return lar::makeProviderPack(lar::providerFrom<Service>()); }
ProviderPack< Providers... > makeProviderPack(Providers const *...providers)
Function to create a ProviderPack from the function arguments.
Definition: ProviderPack.h:256

The documentation for this struct was generated from the following file: