libQuotient
A Qt library for building matrix clients
Quotient::EventContent::SingleKeyValue< T, KeyStr > Struct Template Reference

#include <single_key_value.h>

Public Member Functions

Q_IMPLICIT SingleKeyValue (const T &v={})
 
Q_IMPLICIT SingleKeyValue (T &&v)
 

Public Attributes

value
 

Detailed Description

template<typename T, const QLatin1String & KeyStr>
struct Quotient::EventContent::SingleKeyValue< T, KeyStr >

Definition at line 9 of file single_key_value.h.

Constructor & Destructor Documentation

◆ SingleKeyValue() [1/2]

template<typename T , const QLatin1String & KeyStr>
Q_IMPLICIT Quotient::EventContent::SingleKeyValue< T, KeyStr >::SingleKeyValue ( const T &  v = {})
inline

Definition at line 10 of file single_key_value.h.

◆ SingleKeyValue() [2/2]

template<typename T , const QLatin1String & KeyStr>
Q_IMPLICIT Quotient::EventContent::SingleKeyValue< T, KeyStr >::SingleKeyValue ( T &&  v)
inline

Definition at line 11 of file single_key_value.h.

Member Data Documentation

◆ value

template<typename T , const QLatin1String & KeyStr>
T Quotient::EventContent::SingleKeyValue< T, KeyStr >::value

Definition at line 12 of file single_key_value.h.


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