#include <ServiceUtil.h>
Public Types | |
| using | provider_type = typename SERVICE::provider_type |
| using | provider_func_type = provider_type const *(SERVICE::*)() const |
Public Attributes | |
| ServiceProviderRequirementsChecker< provider_type > | provider_checker |
| Checker for the provider. More... | |
Definition at line 30 of file ServiceUtil.h.
| using gar::details::ServiceRequirementsChecker< SERVICE >::provider_func_type = provider_type const* (SERVICE::*)() const |
Definition at line 117 of file ServiceUtil.h.
| using gar::details::ServiceRequirementsChecker< SERVICE >::provider_type = typename SERVICE::provider_type |
Definition at line 114 of file ServiceUtil.h.
| ServiceProviderRequirementsChecker<provider_type> gar::details::ServiceRequirementsChecker< SERVICE >::provider_checker |
Checker for the provider.
Definition at line 120 of file ServiceUtil.h.
1.8.11