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

Specifies that a type is a specialization of std::optional that manages values of a JSON convertible type. More...

Concept definition

template<typename T>
Specifies that a type is generally convertible to/from JSON.
Definition qx-json.h:295
Specifies that a type is a specialization of std::optional that manages values of a JSON convertible ...
Definition qx-json.h:328
Specifies that a type is a specialization of a template.
Definition qx-concepts.h:517

Detailed Description

Satisfied if T satisfies Qx::specialize (for std::optional) and T::value_type satisfies json_convertible.