![]() |
cutelyst
5.0.1
A C++ Web Framework built on top of Qt, using the simple approach of Catalyst (Perl) framework.
|
Coroutine awaitable for ValidatorResult. More...
#include <Cutelyst/Plugins/Utils/ValdatorResult>
Public Member Functions | |
| AwaitedValidatorResult (Context *c) | |
| bool | await_ready () const noexcept |
| ValidatorResult | await_resume () |
| bool | await_suspend (std::coroutine_handle<> h) noexcept |
Protected Attributes | |
| std::function< void(const ValidatorResult &result)> | callback |
Friends | |
| class | Validator |
Definition at line 259 of file validatorresult.h.