Qx v0.5.7
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>
Definition qx-json.h:321
Definition qx-json.h:290
Specifies that a type is a valid analogue for a JSON document root element.
Definition qx-json.h:585

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).