ServiceCtorParamConverter#

template<class T>
class ServiceCtorParamConverter#

Public Functions

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