HasSubmit.ixx File
Concept for types that can accept commands via submit(). More...
Included Headers
#include <concepts>
Namespaces Index
| namespace | helios |
| namespace | engine |
| namespace | runtime |
| namespace | concepts |
Description
Concept for types that can accept commands via submit().
File Listing
The file content with the documentation metadata removed is:
26 concept HasSubmit = requires(OwningT& owner, const CommandType& cmd) {
27 { owner.submit(cmd) } noexcept -> std::same_as<bool>;
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.