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

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

Concept definition

template<typename T>
concept QxJson::json_struct_inside = requires {
T::template QxJsonMetaStructInside<T>::memberMetadata();
}
Specifies that a type is a JSON-tied struct registered with QX_JSON_STRUCT().
Definition qx-json.h:281

Detailed Description

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