Template Struct DescriptorExtractor< ::librapid::detail::Function< Descriptor, Functor, Args… > >#

Struct Documentation#

template<typename Descriptor, typename Functor, typename ...Args>
struct DescriptorExtractor<::librapid::detail::Function<Descriptor, Functor, Args...>>#

Extracts the Descriptor type of a Function object

Template Parameters
  • Descriptor – The descriptor of the Function

  • Functor – The functor type of the Function

  • Args – The argument types of the Function

Public Types

using Type = Descriptor#