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
FuncInfo< R(A...)> Struct Template Reference

#include <qffmpegsymbolsresolveutils_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 88 of file qffmpegsymbolsresolveutils_p.h.

Member Typedef Documentation

◆ Args

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

Definition at line 91 of file qffmpegsymbolsresolveutils_p.h.

◆ Return

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

Definition at line 90 of file qffmpegsymbolsresolveutils_p.h.


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