#include "CoreUtils/ProviderPack.h"
#include "CoreUtils/ServiceUtil.h"
Go to the source code of this file.
Namespaces | |
gar | |
General GArSoft Utilities. | |
Typedefs | |
template<typename... Services> | |
using | gar::ProviderPackFromServices = gar::ProviderPack< typename Services::provider_type... > |
Type of provider pack with providers from all specified Services. More... | |
Functions | |
template<typename... Services> | |
ProviderPackFromServices< Services... > | gar::extractProviders () |
Returns a provider pack with providers from specified services. More... | |