serdeIgnoreInIfAggregate.serdeGetIgnoreInIfAggregate

Extracts the first template argument of the `serdeIgnoreInIfAggregate` UDA from a symbol and instantiates `naryFun` with it. (community summary)

  1. alias serdeGetIgnoreInIfAggregate(alias symbol) = naryFun!(TemplateArgsOf!(getUDA!(symbol, serdeIgnoreInIfAggregate))[0])
    struct serdeIgnoreInIfAggregate(alias pred)
    alias serdeGetIgnoreInIfAggregate(alias symbol) = naryFun!(TemplateArgsOf!(getUDA!(symbol, serdeIgnoreInIfAggregate))[0])
  2. alias serdeGetIgnoreInIfAggregate(T, string member) = naryFun!(TemplateArgsOf!(getUDA!(T, member, serdeIgnoreInIfAggregate))[0])