Qx v0.7
Qt Extensions Library
Loading...
Searching...
No Matches
QxJson::qjson_type Concept Reference

Specifies that a type is one of the fundamental JSON types within Qt's JSON system. More...

Concept definition

template<typename T>
Specifies that a type is one of the fundamental JSON types within Qt's JSON system.
Definition qx-json.h:242
Specifies that a type is one of several types.
Definition qx-concepts.h:509

Detailed Description

Satisfied if T is one of:

  • bool
  • double
  • QString
  • QJsonArray
  • QJsonObject