25template <
typename ImplT_,
typename WithArgsT = with_args<false> >
28 typedef serviceimpl_base< detail::OwnServiceImpl<ImplT_>, WithArgsT >
baseT;
33 template <
typename PostProcessFuncT>
vba_service_class_()
Default ctor.
vba_service_class_(PostProcessFuncT const &postProcessFunc)
Ctor to pass a post processing function/functor.
serviceimpl_base< detail::OwnServiceImpl< ImplT_ >, WithArgsT > baseT