Template Struct interface_constructor_parameters
Defined in File interface_traits.hpp
Struct Documentation
-
template<class T>
struct interface_constructor_parameters Type trait for extracting the
constructor_parametersof InterfaceTraits.Helper type:interface_constructor_parameters_t<T> = interface_constructor_parameters<T>::type;
- Template Parameters:
T – same as in InterfaceTraits
Public Types
-
using type = typename impl::interface_constructor_parameters_impl<T>::type
InterfaceTraits<T>::constructor_parameters if present, otherwise the default value (see InterfaceTraits).