| 927 | // ***** Endpoint for ValidatorPresent ****** |
| 928 | C_ATTR(present, :Local :AutoArgs) |
| 929 | void present(Context *c) |
| 930 | { |
| 931 | Validator v({new ValidatorPresent(u"field"_s, m_validatorMessages)}); |
| 932 | checkResponse(c, v.validate(c)); |
| 933 | } |
| 934 | |
| 935 | // ***** Endpoint for ValidatorPwQuality ***** |
| 936 | #ifdef CUTELYST_VALIDATOR_WITH_PWQUALITY |