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

Specifies that a type is a JSON-tied struct registered with QX_JSON_STRUCT_OUTSIDE(). More...

Concept definition

template<typename T>
concept QxJson::json_struct_outside = requires {
QxJsonMetaStructOutside<T, T>::memberMetadata();
}
Specifies that a type is a JSON-tied struct registered with QX_JSON_STRUCT_OUTSIDE().
Definition qx-json.h:286

Detailed Description

Satisfied if T has been properly registered with the above macro.