| 1300 | exactly); |
| 1301 | } |
| 1302 | inline bool CheckStringParameters(cm::GenEx::Evaluation* eval, |
| 1303 | GeneratorExpressionContent const* cnt, |
| 1304 | cm::string_view option, Arguments args, |
| 1305 | int required = 1) |
| 1306 | { |
| 1307 | return CheckStringParametersEx(eval, cnt, option, args.size(), required); |
| 1308 | }; |
| 1309 | } |
| 1310 | |
| 1311 | static const struct StringNode : public cmGeneratorExpressionNode |
no test coverage detected
searching dependent graphs…