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

Specifies that a type is a non-associative container, the value type of which is convertible to/from JSON. More...

Concept definition

template<typename T>
Specifies that a type is a non-associative container, the value type of which is convertible to/from ...
Definition qx-json.h:315
Specifies that a type is generally convertible to/from JSON.
Definition qx-json.h:295
Specifies that a type is a Qt-based collection type.
Definition qx-concepts.h:525

Detailed Description

Satisfied if T satisfies Qx::qcollective and T::value_type satisfies json_convertible.