wrapped_member.isStructInStruct

Undocumented in source.
template wrapped_member(T, string name, string mode, PropertyParts...)
static if(countUntil(mode, "r") != -1)
enum isStructInStruct = isPointer!GT && is(PointerTarget!GT == struct) && is(typeof(mixin ("GT.init." ~ name)) == struct);

Meta