sbool checkOptionalFlagOrFlagFunction(O o, S name) { ret isTrue(callOpt(o, name)) || isTrue(getOpt(o, name)); }