Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QtPrivate::FunctorReturnType< Functor, List< ArgList... > > Struct Template Reference

#include <qobjectdefs_impl.h>

+ Collaboration diagram for QtPrivate::FunctorReturnType< Functor, List< ArgList... > >:

Public Types

typedef decltype(std::declval< Functor >().operator()((std::declval< ArgList >())...)) Value
 

Detailed Description

template<typename Functor, typename ... ArgList>
struct QtPrivate::FunctorReturnType< Functor, List< ArgList... > >

Definition at line 349 of file qobjectdefs_impl.h.

Member Typedef Documentation

◆ Value

template<typename Functor , typename ... ArgList>
typedef decltype(std::declval<Functor>().operator()((std::declval<ArgList>())...)) QtPrivate::FunctorReturnType< Functor, List< ArgList... > >::Value

Definition at line 350 of file qobjectdefs_impl.h.


The documentation for this struct was generated from the following file: