libQuotient
A Qt library for building matrix clients
|
Go to the source code of this file.
Classes | |
class | Quotient::RoomStateView |
Namespaces | |
Quotient | |
Variables | |
template<typename FnT , class EvT = std::decay_t<fn_arg_t<FnT>>> | |
concept | Quotient::Keyed_State_Fn = EvT::needsStateKey |
template<typename FnT , class EvT = std::decay_t<fn_arg_t<FnT>>> | |
concept | Quotient::Keyless_State_Fn = !EvT::needsStateKey |