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

Specifies that a type is a valid analogue for a JSON document root element. More...

Concept definition

template<typename T>
Specifies that a type is a container, and abides by the other corresponding restrictions for that kin...
Definition qx-json.h:324
Specifies that a type is a JSON-tied struct.
Definition qx-json.h:291
Specifies that a type is a valid analogue for a JSON document root element.
Definition qx-json.h:703

Detailed Description

Satisfied if T is a JSON-tied struct (an analogue for a root object), or a container class with a value type for which there is a QxJson::Converter specialization (an analogue for a root array).