ServiceCtorParamConverter#

template<class T>
class ServiceCtorParamConverter#

Public Functions

inline explicit ServiceCtorParamConverter(ServiceProvider &provider, size_t argPos)#
template<class U, class = typename std::enable_if_t<!utils::IsCopyCtorV<T, U>>>
inline operator U()#
template<class U, class = typename std::enable_if_t<!utils::IsCopyCtorV<T, U>>>
inline operator U&() const#