libQuotient
A Qt library for building matrix clients
|
#include "roomevent.h"
Go to the source code of this file.
Namespaces | |
Quotient | |
Typedefs | |
using | Quotient::StateEventPtr = event_ptr_tt< StateEvent > |
using | Quotient::StateEvents = EventsArray< StateEvent > |
using | Quotient::StateEventKey = std::pair< QString, QString > |
Variables | |
constexpr auto | Quotient::PrevContentKey = "prev_content"_L1 |
template<typename EvT > | |
concept | Quotient::Keyed_State_Event = EvT::needsStateKey |
template<typename EvT > | |
concept | Quotient::Keyless_State_Event = !EvT::needsStateKey |