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

Specifies that a type is a container, and abides by the other corresponding restrictions for that kind of a container. More...

Concept definition

template<typename T>
Specifies that a type is an associative container, the value type of which is convertible,...
Definition qx-json.h:319
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 a container, and abides by the other corresponding restrictions for that kin...
Definition qx-json.h:324

Detailed Description

Satisfied if T satisfies json_collective or json_associative.