Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
FuncInfo< R(A...)> Struct Template Reference

#include <qsymbolsresolveutils_p.h>

Collaboration diagram for FuncInfo< R(A...)>:

Public Types

using Return = R
using Args = std::tuple<A...>

Detailed Description

template<typename R, typename... A>
struct FuncInfo< R(A...)>

Definition at line 65 of file qsymbolsresolveutils_p.h.

Member Typedef Documentation

◆ Args

template<typename R, typename... A>
using FuncInfo< R(A...)>::Args = std::tuple<A...>

Definition at line 68 of file qsymbolsresolveutils_p.h.

◆ Return

template<typename R, typename... A>
using FuncInfo< R(A...)>::Return = R

Definition at line 67 of file qsymbolsresolveutils_p.h.


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