IsCommandHandlerLike.ixx File
Concept constraining types that can handle specific commands. More...
Included Headers
#include <concepts>
Namespaces Index
| namespace | helios |
| namespace | engine |
| namespace | runtime |
| namespace | messaging |
| namespace | command |
| namespace | concepts |
Description
Concept constraining types that can handle specific commands.
File Listing
The file content with the documentation metadata removed is:
19 template<typename OwningT, typename... CommandType>
20 concept IsCommandHandlerLike = (requires(OwningT& owner, const CommandType& cmd) {
21 { owner.submit(cmd) } noexcept -> std::same_as<bool>;} && ...);
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.