Qx v0.5.8
Qt Extensions Library
Loading...
Searching...
No Matches
QxJson::json_struct Concept Reference

Specifies that a type is a JSON-tied struct. More...

Concept definition

template<typename T>
Specifies that a type is a JSON-tied struct registered with QX_JSON_STRUCT().
Definition qx-json.h:281
Specifies that a type is a JSON-tied struct registered with QX_JSON_STRUCT_OUTSIDE().
Definition qx-json.h:286
Specifies that a type is a JSON-tied struct.
Definition qx-json.h:291

Detailed Description

Satisfied if T has been properly registered with QX_JSON_STRUCT() or QX_JSON_STRUCT_OUTSIDE().