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
DefaultReturn< T > Struct Template Reference

#include <qsymbolsresolveutils_p.h>

Collaboration diagram for DefaultReturn< T >:

Public Member Functions

template<typename... Arg>
operator() (Arg &&...)

Public Attributes

val

Detailed Description

template<typename T>
struct DefaultReturn< T >

Definition at line 47 of file qsymbolsresolveutils_p.h.

Member Function Documentation

◆ operator()()

template<typename T>
template<typename... Arg>
T DefaultReturn< T >::operator() ( Arg && ...)
inline

Definition at line 50 of file qsymbolsresolveutils_p.h.

References val.

Member Data Documentation

◆ val

template<typename T>
T DefaultReturn< T >::val

Definition at line 51 of file qsymbolsresolveutils_p.h.

Referenced by operator()().


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