libQuotient
A Qt library for building matrix clients
Quotient::JsonObjectUnpacker< T > Struct Template Reference

#include <converters.h>

Inheritance diagram for Quotient::JsonObjectUnpacker< T >:

Static Public Member Functions

static T load (const QJsonValue &jv)
 
static T load (const QJsonDocument &jd)
 

Detailed Description

template<typename T>
struct Quotient::JsonObjectUnpacker< T >

Definition at line 36 of file converters.h.

Member Function Documentation

◆ load() [1/2]

template<typename T >
static T Quotient::JsonObjectUnpacker< T >::load ( const QJsonDocument &  jd)
inlinestatic

Definition at line 42 of file converters.h.

◆ load() [2/2]

template<typename T >
static T Quotient::JsonObjectUnpacker< T >::load ( const QJsonValue &  jv)
inlinestatic

Definition at line 41 of file converters.h.


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