libQuotient
A Qt library for building matrix clients
|
Go to the source code of this file.
Classes | |
class | Quotient::JobHandle< JobT > |
A job pointer and a QFuture in a single package. More... | |
Namespaces | |
Quotient | |
Functions | |
template<std::derived_from< BaseJob > JobT> | |
Quotient::JobHandle (JobT *) -> JobHandle< JobT > | |
Variables | |
template<typename FnT , typename JobT > | |
concept | Quotient::BoundResultHandler |
template<typename FnT , typename JobT > | |
concept | Quotient::ResultHandler = BoundResultHandler<FnT, JobT> || std::is_member_function_pointer_v<FnT> |