libQuotient
A Qt library for building matrix clients
Loading...
Searching...
No Matches
Quotient::BoundResultHandler Concept Reference

#include <jobhandle.h>

Concept definition

template<typename FnT, typename JobT>
concept Quotient::BoundResultHandler = std::invocable<FnT, JobT*> || std::invocable<FnT>
|| requires(FnT f, JobT j) { f(collectResponse(&j)); }
auto collectResponse(const GetAccountDataJob *job)

Detailed Description

Definition at line 10 of file jobhandle.h.