IsCommandBufferLike.ixx File
Concept constraining types usable as command buffers. More...
Included Headers
#include <concepts>
#include <helios.engine.runtime.messaging.command.tags.CommandBufferRole>
#include <helios.engine.runtime.world.UpdateContext>
#include <helios.engine.runtime.concepts.HasClear>
#include <helios.engine.runtime.concepts.HasTag>
Namespaces Index
| namespace | helios |
| namespace | engine |
| namespace | runtime |
| namespace | messaging |
| namespace | command |
| namespace | concepts |
Description
Concept constraining types usable as command buffers.
File Listing
The file content with the documentation metadata removed is:
19using namespace helios::engine::runtime::world::tags;
20using namespace helios::engine::runtime::world;
38 concept IsCommandBufferLike = requires(T& t, UpdateContext& updateContext) {
39 {t.flush(updateContext) } -> std::same_as<void>;
40 } && HasClear<T> && HasTag<T, CommandBufferRole>;
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.