QtBase  v6.3.1
Public Member Functions | List of all members
MoveOnlyCallable Class Reference
Inheritance diagram for MoveOnlyCallable:
Inheritance graph
[legend]
Collaboration diagram for MoveOnlyCallable:
Collaboration graph
[legend]

Public Member Functions

void operator() (QPromise< int > &promise, const MoveOnlyType &)
 
- Public Member Functions inherited from MoveOnlyType
 MoveOnlyType ()=default
 
 MoveOnlyType (const MoveOnlyType &)=delete
 
 MoveOnlyType (MoveOnlyType &&)=default
 
MoveOnlyTypeoperator= (const MoveOnlyType &)=delete
 
MoveOnlyTypeoperator= (MoveOnlyType &&)=default
 
constexpr MoveOnlyType (int field=0) noexcept
 
 MoveOnlyType (MoveOnlyType &&)=default
 
MoveOnlyTypeoperator= (MoveOnlyType &&)=default
 
 ~MoveOnlyType ()=default
 

Additional Inherited Members

- Public Attributes inherited from MoveOnlyType
int field
 

Detailed Description

Definition at line 1473 of file tst_qtconcurrentrun.cpp.

Member Function Documentation

◆ operator()()

void MoveOnlyCallable::operator() ( QPromise< int > &  promise,
const MoveOnlyType  
)
inline

Definition at line 1476 of file tst_qtconcurrentrun.cpp.

Here is the call graph for this function:

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