8#include "Arp/Base/Rsc/Commons/Services/RscConcepts.hpp"
10namespace Arp::Base::Rsc::Commons::Services
24template<
class T,
bool IsRscSerializableStruct = RscSerializableStruct<T>>
This class provides the number of fields of a concrete struct. This class is specialized for concrete...
Definition: StructInfo.hxx:26
size_t FieldCount
Specifies the field count of a struct.
Definition: StructInfo.hxx:27